Color spaces of #dbc998
RGB | 219 | 201 | 152 |
---|---|---|---|
HSL | 0.12 | 0.48 | 0.73 |
HSV | 44° | 31° | 86° |
CMYK | 0.00 | 0.08 | 0.31 0.14 |
XYZ | 55.7676 | 59.1004 | 38.1740 |
Yxy | 59.1004 | 0.3644 | 0.3862 |
Hunter Lab | 76.8768 | -5.0477 | 24.3727 |
CIE-Lab | 81.3468 | -1.0122 | 26.8132 |
#dbc998 color RGB value is (219,201,152).
#dbc998 hex color red value is 219, green value is 201 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #dbc998 hue: 0.12 , saturation: 0.48 and the lightness value of dbc998 is 0.73.
The process color (four color CMYK) of #dbc998 color hex is 0.00, 0.08, 0.31, 0.14. Web safe color of #dbc998 is #cccc99. Color #dbc998 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11001001 | 10011000 |
Octal | 333 | 311 | 230 |
Decimal | 219 | 201 | 152 |
Hex | DB | C9 | 98 |
Shades of #dbc998
Tints of #dbc998
RGB Percentages of Color #dbc998
CMYK Percentages of Color #dbc998
Complementary Color
#dbc998 | #98aadb |
#dbc998 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbc998 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbc998 Color CSS Codes
.mybgcolor {background-color:#dbc998; } .myforecolor {color:#dbc998; } .mybordercolor {border:3px solid #dbc998; }
#dbc998 Text Font Color
<p style="color:#dbc998">Text here</p>
This sample text font color is #dbc998
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.
#dbc998 Background Color
<div style="background-color:#dbc998">
Div content here</div>
This div background color is #dbc998
#dbc998 Border Color
<div style="border:3px solid #dbc998">
Div here</div>
This div border color is #dbc998
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,201,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbc998; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbc998; -webkit-box-shadow: 1px 1px 3px 2px #dbc998; box-shadow: 1px 1px 3px 2px #dbc998; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,201,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbc998">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc998; -webkit-box-shadow: 1px 1px 3px 2px #dbc998; box-shadow: 1px 1px 3px 2px #dbc998;">
Div content here</div>
This div box has shadow with color #dbc998
Comments
No comments written yet.
Please login to write comment.