Shades of Deco #D2D67E
Tints of Deco #D2D67E
RGB
CMYK
RGB Variations
Color information
#D2D67E (or 0xD2D67E) is known color: Deco. HEX triplet: D2, D6 and 7E. RGB value is (210,214,126). Sum of RGB (Red+Green+Blue) = 210+214+126=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D67E is #2D2981. Grayscale: #CBCBCB. Windows color (decimal): -2959746 or 8312530. OLE color: 8312530.
HSL color Cylindrical-coordinate representation of color #D2D67E: hue angle of 62.73º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2D67E is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 126 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.16 |
| HSL | 62.73º | 0.52% | 0.67% | - |
| HSV(B) | 62.73º | 0.41% | 0.84% | - |
| XYZ | 54.39 | 63.3 | 29.09 | - |
| YUV | 202.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 126 | 0.02 | 0 | 0.41 | 0.16 | 62.73 | 0.52 | 0.67 |
| Hex | D2 | D6 | 7E | 2 | 0 | 29 | 10 | 3F | 34 | 43 |
| Octal | 322 | 326 | 176 | 2 | 0 | 51 | 20 | 77 | 64 | 103 |
| Binary | 11010010 | 11010110 | 1111110 | 10 | 0 | 101001 | 10000 | 111111 | 110100 | 1000011 |
Color Harmonies of #D2D67E
Complementary color
Monochromatic Colors of #D2D67E
Black with #D2D67E
Text Example
Text Example
White with #D2D67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D67E; }
p { color: rgb(210,214,126); }
H1.HeaderClassName
{
color: #D2D67E;
}
.AnyTagClassName
{
color: #D2D67E;
}
</style>
background-color css
<style>
a { background-color: #D2D67E; }
a { background-color: rgb(210,214,126); }
div.DivClassName
{
background-color: #D2D67E;
}
.BgClassName
{
background-color: #D2D67E;
}
</style>
border-color css
<style>
span { border-color: #D2D67E; }
span { border-color: rgb(210,214,126); }
td.TdClassName
{
border-color: #D2D67E;
}
.TagClassName
{
border-color: #D2D67E;
}
</style>