Shades of Deco #D2D883
Tints of Deco #D2D883
RGB
CMYK
RGB Variations
Color information
#D2D883 (or 0xD2D883) is known color: Deco. HEX triplet: D2, D8 and 83. RGB value is (210,216,131). Sum of RGB (Red+Green+Blue) = 210+216+131=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D883 is #2D277C. Grayscale: #CCCCCC. Windows color (decimal): -2959229 or 8640722. OLE color: 8640722.
HSL color Cylindrical-coordinate representation of color #D2D883: hue angle of 64.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2D883 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 216 | 131 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.15 |
| HSL | 64.24º | 0.52% | 0.68% | - |
| HSV(B) | 64.24º | 0.39% | 0.85% | - |
| XYZ | 55.23 | 64.45 | 31 | - |
| YUV | 204.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 216 | 131 | 0.03 | 0 | 0.39 | 0.15 | 64.24 | 0.52 | 0.68 |
| Hex | D2 | D8 | 83 | 3 | 0 | 27 | F | 40 | 34 | 44 |
| Octal | 322 | 330 | 203 | 3 | 0 | 47 | 17 | 100 | 64 | 104 |
| Binary | 11010010 | 11011000 | 10000011 | 11 | 0 | 100111 | 1111 | 1000000 | 110100 | 1000100 |
Color Harmonies of #D2D883
Complementary color
Monochromatic Colors of #D2D883
Black with #D2D883
Text Example
Text Example
White with #D2D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D883; }
p { color: rgb(210,216,131); }
H1.HeaderClassName
{
color: #D2D883;
}
.AnyTagClassName
{
color: #D2D883;
}
</style>
background-color css
<style>
a { background-color: #D2D883; }
a { background-color: rgb(210,216,131); }
div.DivClassName
{
background-color: #D2D883;
}
.BgClassName
{
background-color: #D2D883;
}
</style>
border-color css
<style>
span { border-color: #D2D883; }
span { border-color: rgb(210,216,131); }
td.TdClassName
{
border-color: #D2D883;
}
.TagClassName
{
border-color: #D2D883;
}
</style>