Shades of Deco #D2D688
Tints of Deco #D2D688
RGB
CMYK
RGB Variations
Color information
#D2D688 (or 0xD2D688) is known color: Deco. HEX triplet: D2, D6 and 88. RGB value is (210,214,136). Sum of RGB (Red+Green+Blue) = 210+214+136=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 136 (53.52% from 255 or 24.29% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D688 is #2D2977. Grayscale: #CCCCCC. Windows color (decimal): -2959736 or 8967890. OLE color: 8967890.
HSL color Cylindrical-coordinate representation of color #D2D688: hue angle of 63.08º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2D688 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 136 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.16 |
| HSL | 63.08º | 0.49% | 0.69% | - |
| HSV(B) | 63.08º | 0.36% | 0.84% | - |
| XYZ | 55.07 | 63.57 | 32.66 | - |
| YUV | 203.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 136 | 0.02 | 0 | 0.36 | 0.16 | 63.08 | 0.49 | 0.69 |
| Hex | D2 | D6 | 88 | 2 | 0 | 24 | 10 | 3F | 31 | 45 |
| Octal | 322 | 326 | 210 | 2 | 0 | 44 | 20 | 77 | 61 | 105 |
| Binary | 11010010 | 11010110 | 10001000 | 10 | 0 | 100100 | 10000 | 111111 | 110001 | 1000101 |
Color Harmonies of #D2D688
Complementary color
Monochromatic Colors of #D2D688
Black with #D2D688
Text Example
Text Example
White with #D2D688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D688; }
p { color: rgb(210,214,136); }
H1.HeaderClassName
{
color: #D2D688;
}
.AnyTagClassName
{
color: #D2D688;
}
</style>
background-color css
<style>
a { background-color: #D2D688; }
a { background-color: rgb(210,214,136); }
div.DivClassName
{
background-color: #D2D688;
}
.BgClassName
{
background-color: #D2D688;
}
</style>
border-color css
<style>
span { border-color: #D2D688; }
span { border-color: rgb(210,214,136); }
td.TdClassName
{
border-color: #D2D688;
}
.TagClassName
{
border-color: #D2D688;
}
</style>