Shades of Deco #D1CB77
Tints of Deco #D1CB77
RGB
CMYK
RGB Variations
Color information
#D1CB77 (or 0xD1CB77) is known color: Deco. HEX triplet: D1, CB and 77. RGB value is (209,203,119). Sum of RGB (Red+Green+Blue) = 209+203+119=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB77 is #2E3488. Grayscale: #C3C3C3. Windows color (decimal): -3028105 or 7850961. OLE color: 7850961.
HSL color Cylindrical-coordinate representation of color #D1CB77: hue angle of 56º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1CB77 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 119 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.18 |
| HSL | 56º | 0.49% | 0.64% | - |
| HSV(B) | 56º | 0.43% | 0.82% | - |
| XYZ | 50.98 | 57.6 | 25.88 | - |
| YUV | 195.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 119 | 0 | 0.03 | 0.43 | 0.18 | 56 | 0.49 | 0.64 |
| Hex | D1 | CB | 77 | 0 | 3 | 2B | 12 | 38 | 31 | 40 |
| Octal | 321 | 313 | 167 | 0 | 3 | 53 | 22 | 70 | 61 | 100 |
| Binary | 11010001 | 11001011 | 1110111 | 0 | 11 | 101011 | 10010 | 111000 | 110001 | 1000000 |
Color Harmonies of #D1CB77
Complementary color
Monochromatic Colors of #D1CB77
Black with #D1CB77
Text Example
Text Example
White with #D1CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB77; }
p { color: rgb(209,203,119); }
H1.HeaderClassName
{
color: #D1CB77;
}
.AnyTagClassName
{
color: #D1CB77;
}
</style>
background-color css
<style>
a { background-color: #D1CB77; }
a { background-color: rgb(209,203,119); }
div.DivClassName
{
background-color: #D1CB77;
}
.BgClassName
{
background-color: #D1CB77;
}
</style>
border-color css
<style>
span { border-color: #D1CB77; }
span { border-color: rgb(209,203,119); }
td.TdClassName
{
border-color: #D1CB77;
}
.TagClassName
{
border-color: #D1CB77;
}
</style>