Color spaces of #dbb230
RGB | 219 | 178 | 48 |
---|---|---|---|
HSL | 0.13 | 0.70 | 0.52 |
HSV | 46° | 78° | 86° |
CMYK | 0.00 | 0.19 | 0.78 0.14 |
XYZ | 45.6673 | 47.1143 | 9.4833 |
Yxy | 47.1143 | 0.4466 | 0.4607 |
Hunter Lab | 68.6399 | -1.3606 | 39.8564 |
CIE-Lab | 74.2628 | 2.5508 | 66.9719 |
#dbb230 color RGB value is (219,178,48).
#dbb230 hex color red value is 219, green value is 178 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dbb230 hue: 0.13 , saturation: 0.70 and the lightness value of dbb230 is 0.52.
The process color (four color CMYK) of #dbb230 color hex is 0.00, 0.19, 0.78, 0.14. Web safe color of #dbb230 is #cc9933. Color #dbb230 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10110010 | 00110000 |
Octal | 333 | 262 | 60 |
Decimal | 219 | 178 | 48 |
Hex | DB | B2 | 30 |
Shades of #dbb230
Tints of #dbb230
RGB Percentages of Color #dbb230
CMYK Percentages of Color #dbb230
Complementary Color
#dbb230 | #3059db |
#dbb230 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbb230 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbb230 Color CSS Codes
.mybgcolor {background-color:#dbb230; } .myforecolor {color:#dbb230; } .mybordercolor {border:3px solid #dbb230; }
#dbb230 Text Font Color
<p style="color:#dbb230">Text here</p>
This sample text font color is #dbb230
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.
#dbb230 Background Color
<div style="background-color:#dbb230">
Div content here</div>
This div background color is #dbb230
#dbb230 Border Color
<div style="border:3px solid #dbb230">
Div here</div>
This div border color is #dbb230
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,178,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbb230; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbb230; -webkit-box-shadow: 1px 1px 3px 2px #dbb230; box-shadow: 1px 1px 3px 2px #dbb230; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,178,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbb230">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbb230; -webkit-box-shadow: 1px 1px 3px 2px #dbb230; box-shadow: 1px 1px 3px 2px #dbb230;">
Div content here</div>
This div box has shadow with color #dbb230
Comments
No comments written yet.
Please login to write comment.