Shades of Deco #D2CE75
Tints of Deco #D2CE75
RGB
CMYK
RGB Variations
Color information
#D2CE75 (or 0xD2CE75) is known color: Deco. HEX triplet: D2, CE and 75. RGB value is (210,206,117). Sum of RGB (Red+Green+Blue) = 210+206+117=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CE75 is #2D318A. Grayscale: #C5C5C5. Windows color (decimal): -2961803 or 7720658. OLE color: 7720658.
HSL color Cylindrical-coordinate representation of color #D2CE75: hue angle of 57.42º degrees, saturation: 0.51, 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 #D2CE75 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 117 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.18 |
| HSL | 57.42º | 0.51% | 0.64% | - |
| HSV(B) | 57.42º | 0.44% | 0.82% | - |
| XYZ | 51.86 | 59.13 | 25.51 | - |
| YUV | 197.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 117 | 0 | 0.02 | 0.44 | 0.18 | 57.42 | 0.51 | 0.64 |
| Hex | D2 | CE | 75 | 0 | 2 | 2C | 12 | 39 | 33 | 40 |
| Octal | 322 | 316 | 165 | 0 | 2 | 54 | 22 | 71 | 63 | 100 |
| Binary | 11010010 | 11001110 | 1110101 | 0 | 10 | 101100 | 10010 | 111001 | 110011 | 1000000 |
Color Harmonies of #D2CE75
Complementary color
Monochromatic Colors of #D2CE75
Black with #D2CE75
Text Example
Text Example
White with #D2CE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE75; }
p { color: rgb(210,206,117); }
H1.HeaderClassName
{
color: #D2CE75;
}
.AnyTagClassName
{
color: #D2CE75;
}
</style>
background-color css
<style>
a { background-color: #D2CE75; }
a { background-color: rgb(210,206,117); }
div.DivClassName
{
background-color: #D2CE75;
}
.BgClassName
{
background-color: #D2CE75;
}
</style>
border-color css
<style>
span { border-color: #D2CE75; }
span { border-color: rgb(210,206,117); }
td.TdClassName
{
border-color: #D2CE75;
}
.TagClassName
{
border-color: #D2CE75;
}
</style>