Shades of Deco #D2D67B
Tints of Deco #D2D67B
RGB
CMYK
RGB Variations
Color information
#D2D67B (or 0xD2D67B) is known color: Deco. HEX triplet: D2, D6 and 7B. RGB value is (210,214,123). Sum of RGB (Red+Green+Blue) = 210+214+123=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D67B is #2D2984. Grayscale: #CACACA. Windows color (decimal): -2959749 or 8115922. OLE color: 8115922.
HSL color Cylindrical-coordinate representation of color #D2D67B: hue angle of 62.64º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2D67B is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 214 | 123 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.16 |
| HSL | 62.64º | 0.53% | 0.66% | - |
| HSV(B) | 62.64º | 0.43% | 0.84% | - |
| XYZ | 54.2 | 63.22 | 28.09 | - |
| YUV | 202.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 214 | 123 | 0.02 | 0 | 0.43 | 0.16 | 62.64 | 0.53 | 0.66 |
| Hex | D2 | D6 | 7B | 2 | 0 | 2B | 10 | 3F | 35 | 42 |
| Octal | 322 | 326 | 173 | 2 | 0 | 53 | 20 | 77 | 65 | 102 |
| Binary | 11010010 | 11010110 | 1111011 | 10 | 0 | 101011 | 10000 | 111111 | 110101 | 1000010 |
Color Harmonies of #D2D67B
Complementary color
Monochromatic Colors of #D2D67B
Black with #D2D67B
Text Example
Text Example
White with #D2D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D67B; }
p { color: rgb(210,214,123); }
H1.HeaderClassName
{
color: #D2D67B;
}
.AnyTagClassName
{
color: #D2D67B;
}
</style>
background-color css
<style>
a { background-color: #D2D67B; }
a { background-color: rgb(210,214,123); }
div.DivClassName
{
background-color: #D2D67B;
}
.BgClassName
{
background-color: #D2D67B;
}
</style>
border-color css
<style>
span { border-color: #D2D67B; }
span { border-color: rgb(210,214,123); }
td.TdClassName
{
border-color: #D2D67B;
}
.TagClassName
{
border-color: #D2D67B;
}
</style>