Color spaces of #dba148
RGB | 219 | 161 | 72 |
---|---|---|---|
HSL | 0.10 | 0.67 | 0.57 |
HSV | 36° | 67° | 86° |
CMYK | 0.00 | 0.26 | 0.67 0.14 |
XYZ | 43.1280 | 41.0177 | 11.7750 |
Yxy | 41.0177 | 0.4496 | 0.4276 |
Hunter Lab | 64.0451 | 8.1232 | 33.9308 |
CIE-Lab | 70.1883 | 12.7160 | 53.3143 |
#dba148 color RGB value is (219,161,72).
#dba148 hex color red value is 219, green value is 161 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dba148 hue: 0.10 , saturation: 0.67 and the lightness value of dba148 is 0.57.
The process color (four color CMYK) of #dba148 color hex is 0.00, 0.26, 0.67, 0.14. Web safe color of #dba148 is #cc9933. Color #dba148 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10100001 | 01001000 |
Octal | 333 | 241 | 110 |
Decimal | 219 | 161 | 72 |
Hex | DB | A1 | 48 |
Shades of #dba148
Tints of #dba148
RGB Percentages of Color #dba148
CMYK Percentages of Color #dba148
Complementary Color
#dba148 | #4882db |
#dba148 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dba148 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dba148 Color CSS Codes
.mybgcolor {background-color:#dba148; } .myforecolor {color:#dba148; } .mybordercolor {border:3px solid #dba148; }
#dba148 Text Font Color
<p style="color:#dba148">Text here</p>
This sample text font color is #dba148
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#dba148 Background Color
<div style="background-color:#dba148">
Div content here</div>
This div background color is #dba148
#dba148 Border Color
<div style="border:3px solid #dba148">
Div here</div>
This div border color is #dba148
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,161,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dba148; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dba148; -webkit-box-shadow: 1px 1px 3px 2px #dba148; box-shadow: 1px 1px 3px 2px #dba148; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,161,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dba148">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dba148; -webkit-box-shadow: 1px 1px 3px 2px #dba148; box-shadow: 1px 1px 3px 2px #dba148;">
Div content here</div>
This div box has shadow with color #dba148
Comments
No comments written yet.
Please login to write comment.