Shades of Deco #D2CE8A
Tints of Deco #D2CE8A
RGB
CMYK
RGB Variations
Color information
#D2CE8A (or 0xD2CE8A) is known color: Deco. HEX triplet: D2, CE and 8A. RGB value is (210,206,138). Sum of RGB (Red+Green+Blue) = 210+206+138=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CE8A is #2D3175. Grayscale: #C7C7C7. Windows color (decimal): -2961782 or 9096914. OLE color: 9096914.
HSL color Cylindrical-coordinate representation of color #D2CE8A: hue angle of 56.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2CE8A is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 138 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.18 |
| HSL | 56.67º | 0.44% | 0.68% | - |
| HSV(B) | 56.67º | 0.34% | 0.82% | - |
| XYZ | 53.24 | 59.68 | 32.76 | - |
| YUV | 199.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 138 | 0 | 0.02 | 0.34 | 0.18 | 56.67 | 0.44 | 0.68 |
| Hex | D2 | CE | 8A | 0 | 2 | 22 | 12 | 39 | 2C | 44 |
| Octal | 322 | 316 | 212 | 0 | 2 | 42 | 22 | 71 | 54 | 104 |
| Binary | 11010010 | 11001110 | 10001010 | 0 | 10 | 100010 | 10010 | 111001 | 101100 | 1000100 |
Color Harmonies of #D2CE8A
Complementary color
Monochromatic Colors of #D2CE8A
Black with #D2CE8A
Text Example
Text Example
White with #D2CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE8A; }
p { color: rgb(210,206,138); }
H1.HeaderClassName
{
color: #D2CE8A;
}
.AnyTagClassName
{
color: #D2CE8A;
}
</style>
background-color css
<style>
a { background-color: #D2CE8A; }
a { background-color: rgb(210,206,138); }
div.DivClassName
{
background-color: #D2CE8A;
}
.BgClassName
{
background-color: #D2CE8A;
}
</style>
border-color css
<style>
span { border-color: #D2CE8A; }
span { border-color: rgb(210,206,138); }
td.TdClassName
{
border-color: #D2CE8A;
}
.TagClassName
{
border-color: #D2CE8A;
}
</style>