Shades of Deco #D2D08D
Tints of Deco #D2D08D
RGB
CMYK
RGB Variations
Color information
#D2D08D (or 0xD2D08D) is known color: Deco. HEX triplet: D2, D0 and 8D. RGB value is (210,208,141). Sum of RGB (Red+Green+Blue) = 210+208+141=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D08D is #2D2F72. Grayscale: #C9C9C9. Windows color (decimal): -2961267 or 9294034. OLE color: 9294034.
HSL color Cylindrical-coordinate representation of color #D2D08D: hue angle of 58.26º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2D08D is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 141 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.18 |
| HSL | 58.26º | 0.43% | 0.69% | - |
| HSV(B) | 58.26º | 0.33% | 0.82% | - |
| XYZ | 53.94 | 60.74 | 34.08 | - |
| YUV | 200.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 141 | 0 | 0.01 | 0.33 | 0.18 | 58.26 | 0.43 | 0.69 |
| Hex | D2 | D0 | 8D | 0 | 1 | 21 | 12 | 3A | 2B | 45 |
| Octal | 322 | 320 | 215 | 0 | 1 | 41 | 22 | 72 | 53 | 105 |
| Binary | 11010010 | 11010000 | 10001101 | 0 | 1 | 100001 | 10010 | 111010 | 101011 | 1000101 |
Color Harmonies of #D2D08D
Complementary color
Monochromatic Colors of #D2D08D
Black with #D2D08D
Text Example
Text Example
White with #D2D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D08D; }
p { color: rgb(210,208,141); }
H1.HeaderClassName
{
color: #D2D08D;
}
.AnyTagClassName
{
color: #D2D08D;
}
</style>
background-color css
<style>
a { background-color: #D2D08D; }
a { background-color: rgb(210,208,141); }
div.DivClassName
{
background-color: #D2D08D;
}
.BgClassName
{
background-color: #D2D08D;
}
</style>
border-color css
<style>
span { border-color: #D2D08D; }
span { border-color: rgb(210,208,141); }
td.TdClassName
{
border-color: #D2D08D;
}
.TagClassName
{
border-color: #D2D08D;
}
</style>