Color spaces of #dcbf9a
RGB | 220 | 191 | 154 |
---|---|---|---|
HSL | 0.09 | 0.49 | 0.73 |
HSV | 34° | 30° | 86° |
CMYK | 0.00 | 0.13 | 0.30 0.14 |
XYZ | 53.9787 | 54.8103 | 38.3063 |
Yxy | 54.8103 | 0.3670 | 0.3726 |
Hunter Lab | 74.0340 | 0.5862 | 21.1462 |
CIE-Lab | 78.9319 | 4.8722 | 22.4869 |
#dcbf9a color RGB value is (220,191,154).
#dcbf9a hex color red value is 220, green value is 191 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dcbf9a hue: 0.09 , saturation: 0.49 and the lightness value of dcbf9a is 0.73.
The process color (four color CMYK) of #dcbf9a color hex is 0.00, 0.13, 0.30, 0.14. Web safe color of #dcbf9a is #cccc99. Color #dcbf9a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111111 | 10011010 |
Octal | 334 | 277 | 232 |
Decimal | 220 | 191 | 154 |
Hex | DC | BF | 9A |
Shades of #dcbf9a
Tints of #dcbf9a
RGB Percentages of Color #dcbf9a
CMYK Percentages of Color #dcbf9a
Complementary Color
#dcbf9a | #9ab7dc |
#dcbf9a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbf9a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbf9a Color CSS Codes
.mybgcolor {background-color:#dcbf9a; } .myforecolor {color:#dcbf9a; } .mybordercolor {border:3px solid #dcbf9a; }
#dcbf9a Text Font Color
<p style="color:#dcbf9a">Text here</p>
This sample text font color is #dcbf9a
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.
#dcbf9a Background Color
<div style="background-color:#dcbf9a">
Div content here</div>
This div background color is #dcbf9a
#dcbf9a Border Color
<div style="border:3px solid #dcbf9a">
Div here</div>
This div border color is #dcbf9a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,191,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbf9a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbf9a; -webkit-box-shadow: 1px 1px 3px 2px #dcbf9a; box-shadow: 1px 1px 3px 2px #dcbf9a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,191,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbf9a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbf9a; -webkit-box-shadow: 1px 1px 3px 2px #dcbf9a; box-shadow: 1px 1px 3px 2px #dcbf9a;">
Div content here</div>
This div box has shadow with color #dcbf9a
Comments
No comments written yet.
Please login to write comment.