Shades of Deco #D1CE76
Tints of Deco #D1CE76
RGB
CMYK
RGB Variations
Color information
#D1CE76 (or 0xD1CE76) is known color: Deco. HEX triplet: D1, CE and 76. RGB value is (209,206,118). Sum of RGB (Red+Green+Blue) = 209+206+118=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CE76 is #2E3189. Grayscale: #C5C5C5. Windows color (decimal): -3027338 or 7786193. OLE color: 7786193.
HSL color Cylindrical-coordinate representation of color #D1CE76: hue angle of 58.02º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1CE76 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 118 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.18 |
| HSL | 58.02º | 0.5% | 0.64% | - |
| HSV(B) | 58.02º | 0.44% | 0.82% | - |
| XYZ | 51.64 | 59.01 | 25.81 | - |
| YUV | 196.87 | 83.49 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 118 | 0 | 0.01 | 0.44 | 0.18 | 58.02 | 0.5 | 0.64 |
| Hex | D1 | CE | 76 | 0 | 1 | 2C | 12 | 3A | 32 | 40 |
| Octal | 321 | 316 | 166 | 0 | 1 | 54 | 22 | 72 | 62 | 100 |
| Binary | 11010001 | 11001110 | 1110110 | 0 | 1 | 101100 | 10010 | 111010 | 110010 | 1000000 |
Color Harmonies of #D1CE76
Complementary color
Monochromatic Colors of #D1CE76
Black with #D1CE76
Text Example
Text Example
White with #D1CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE76; }
p { color: rgb(209,206,118); }
H1.HeaderClassName
{
color: #D1CE76;
}
.AnyTagClassName
{
color: #D1CE76;
}
</style>
background-color css
<style>
a { background-color: #D1CE76; }
a { background-color: rgb(209,206,118); }
div.DivClassName
{
background-color: #D1CE76;
}
.BgClassName
{
background-color: #D1CE76;
}
</style>
border-color css
<style>
span { border-color: #D1CE76; }
span { border-color: rgb(209,206,118); }
td.TdClassName
{
border-color: #D1CE76;
}
.TagClassName
{
border-color: #D1CE76;
}
</style>