Color spaces of #dbbf99
RGB | 219 | 191 | 153 |
---|---|---|---|
HSL | 0.10 | 0.48 | 0.73 |
HSV | 35° | 30° | 86° |
CMYK | 0.00 | 0.13 | 0.30 0.14 |
XYZ | 53.5940 | 54.6216 | 37.8553 |
Yxy | 54.6216 | 0.3669 | 0.3739 |
Hunter Lab | 73.9064 | 0.1048 | 21.3658 |
CIE-Lab | 78.8228 | 4.3563 | 22.8551 |
#dbbf99 color RGB value is (219,191,153).
#dbbf99 hex color red value is 219, green value is 191 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dbbf99 hue: 0.10 , saturation: 0.48 and the lightness value of dbbf99 is 0.73.
The process color (four color CMYK) of #dbbf99 color hex is 0.00, 0.13, 0.30, 0.14. Web safe color of #dbbf99 is #cccc99. Color #dbbf99 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 10111111 | 10011001 |
Octal | 333 | 277 | 231 |
Decimal | 219 | 191 | 153 |
Hex | DB | BF | 99 |
Shades of #dbbf99
Tints of #dbbf99
RGB Percentages of Color #dbbf99
CMYK Percentages of Color #dbbf99
Complementary Color
#dbbf99 | #99b5db |
#dbbf99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbbf99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbbf99 Color CSS Codes
.mybgcolor {background-color:#dbbf99; } .myforecolor {color:#dbbf99; } .mybordercolor {border:3px solid #dbbf99; }
#dbbf99 Text Font Color
<p style="color:#dbbf99">Text here</p>
This sample text font color is #dbbf99
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.
#dbbf99 Background Color
<div style="background-color:#dbbf99">
Div content here</div>
This div background color is #dbbf99
#dbbf99 Border Color
<div style="border:3px solid #dbbf99">
Div here</div>
This div border color is #dbbf99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,191,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbbf99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbbf99; -webkit-box-shadow: 1px 1px 3px 2px #dbbf99; box-shadow: 1px 1px 3px 2px #dbbf99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,191,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbbf99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbbf99; -webkit-box-shadow: 1px 1px 3px 2px #dbbf99; box-shadow: 1px 1px 3px 2px #dbbf99;">
Div content here</div>
This div box has shadow with color #dbbf99
Comments
No comments written yet.
Please login to write comment.