Shades of Deco #D1CB72
Tints of Deco #D1CB72
RGB
CMYK
RGB Variations
Color information
#D1CB72 (or 0xD1CB72) is known color: Deco. HEX triplet: D1, CB and 72. RGB value is (209,203,114). Sum of RGB (Red+Green+Blue) = 209+203+114=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB72 is #2E348D. Grayscale: #C3C3C3. Windows color (decimal): -3028110 or 7523281. OLE color: 7523281.
HSL color Cylindrical-coordinate representation of color #D1CB72: hue angle of 56.21º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1CB72 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 203 | 114 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.18 |
| HSL | 56.21º | 0.51% | 0.63% | - |
| HSV(B) | 56.21º | 0.45% | 0.82% | - |
| XYZ | 50.69 | 57.48 | 24.34 | - |
| YUV | 194.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 203 | 114 | 0 | 0.03 | 0.45 | 0.18 | 56.21 | 0.51 | 0.63 |
| Hex | D1 | CB | 72 | 0 | 3 | 2D | 12 | 38 | 33 | 3F |
| Octal | 321 | 313 | 162 | 0 | 3 | 55 | 22 | 70 | 63 | 77 |
| Binary | 11010001 | 11001011 | 1110010 | 0 | 11 | 101101 | 10010 | 111000 | 110011 | 111111 |
Color Harmonies of #D1CB72
Complementary color
Monochromatic Colors of #D1CB72
Black with #D1CB72
Text Example
Text Example
White with #D1CB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CB72; }
p { color: rgb(209,203,114); }
H1.HeaderClassName
{
color: #D1CB72;
}
.AnyTagClassName
{
color: #D1CB72;
}
</style>
background-color css
<style>
a { background-color: #D1CB72; }
a { background-color: rgb(209,203,114); }
div.DivClassName
{
background-color: #D1CB72;
}
.BgClassName
{
background-color: #D1CB72;
}
</style>
border-color css
<style>
span { border-color: #D1CB72; }
span { border-color: rgb(209,203,114); }
td.TdClassName
{
border-color: #D1CB72;
}
.TagClassName
{
border-color: #D1CB72;
}
</style>