Shades of Deco #D2CB77
Tints of Deco #D2CB77
RGB
CMYK
RGB Variations
Color information
#D2CB77 (or 0xD2CB77) is known color: Deco. HEX triplet: D2, CB and 77. RGB value is (210,203,119). Sum of RGB (Red+Green+Blue) = 210+203+119=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB77 is #2D3488. Grayscale: #C3C3C3. Windows color (decimal): -2962569 or 7850962. OLE color: 7850962.
HSL color Cylindrical-coordinate representation of color #D2CB77: hue angle of 55.38º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2CB77 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 119 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.18 |
| HSL | 55.38º | 0.5% | 0.65% | - |
| HSV(B) | 55.38º | 0.43% | 0.82% | - |
| XYZ | 51.26 | 57.75 | 25.9 | - |
| YUV | 195.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 119 | 0 | 0.03 | 0.43 | 0.18 | 55.38 | 0.5 | 0.65 |
| Hex | D2 | CB | 77 | 0 | 3 | 2B | 12 | 37 | 32 | 41 |
| Octal | 322 | 313 | 167 | 0 | 3 | 53 | 22 | 67 | 62 | 101 |
| Binary | 11010010 | 11001011 | 1110111 | 0 | 11 | 101011 | 10010 | 110111 | 110010 | 1000001 |
Color Harmonies of #D2CB77
Complementary color
Monochromatic Colors of #D2CB77
Black with #D2CB77
Text Example
Text Example
White with #D2CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB77; }
p { color: rgb(210,203,119); }
H1.HeaderClassName
{
color: #D2CB77;
}
.AnyTagClassName
{
color: #D2CB77;
}
</style>
background-color css
<style>
a { background-color: #D2CB77; }
a { background-color: rgb(210,203,119); }
div.DivClassName
{
background-color: #D2CB77;
}
.BgClassName
{
background-color: #D2CB77;
}
</style>
border-color css
<style>
span { border-color: #D2CB77; }
span { border-color: rgb(210,203,119); }
td.TdClassName
{
border-color: #D2CB77;
}
.TagClassName
{
border-color: #D2CB77;
}
</style>