Shades of Deco #D2D57B
Tints of Deco #D2D57B
RGB
CMYK
RGB Variations
Color information
#D2D57B (or 0xD2D57B) is known color: Deco. HEX triplet: D2, D5 and 7B. RGB value is (210,213,123). Sum of RGB (Red+Green+Blue) = 210+213+123=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D57B is #2D2A84. Grayscale: #CACACA. Windows color (decimal): -2960005 or 8115666. OLE color: 8115666.
HSL color Cylindrical-coordinate representation of color #D2D57B: hue angle of 62º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2D57B is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 123 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.16 |
| HSL | 62º | 0.52% | 0.66% | - |
| HSV(B) | 62º | 0.42% | 0.84% | - |
| XYZ | 53.95 | 62.72 | 28 | - |
| YUV | 201.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 123 | 0.01 | 0 | 0.42 | 0.16 | 62 | 0.52 | 0.66 |
| Hex | D2 | D5 | 7B | 1 | 0 | 2A | 10 | 3E | 34 | 42 |
| Octal | 322 | 325 | 173 | 1 | 0 | 52 | 20 | 76 | 64 | 102 |
| Binary | 11010010 | 11010101 | 1111011 | 1 | 0 | 101010 | 10000 | 111110 | 110100 | 1000010 |
Color Harmonies of #D2D57B
Complementary color
Monochromatic Colors of #D2D57B
Black with #D2D57B
Text Example
Text Example
White with #D2D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D57B; }
p { color: rgb(210,213,123); }
H1.HeaderClassName
{
color: #D2D57B;
}
.AnyTagClassName
{
color: #D2D57B;
}
</style>
background-color css
<style>
a { background-color: #D2D57B; }
a { background-color: rgb(210,213,123); }
div.DivClassName
{
background-color: #D2D57B;
}
.BgClassName
{
background-color: #D2D57B;
}
</style>
border-color css
<style>
span { border-color: #D2D57B; }
span { border-color: rgb(210,213,123); }
td.TdClassName
{
border-color: #D2D57B;
}
.TagClassName
{
border-color: #D2D57B;
}
</style>