Shades of Deco #D0D57B
Tints of Deco #D0D57B
RGB
CMYK
RGB Variations
Color information
#D0D57B (or 0xD0D57B) is known color: Deco. HEX triplet: D0, D5 and 7B. RGB value is (208,213,123). Sum of RGB (Red+Green+Blue) = 208+213+123=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D57B is #2F2A84. Grayscale: #C9C9C9. Windows color (decimal): -3091077 or 8115664. OLE color: 8115664.
HSL color Cylindrical-coordinate representation of color #D0D57B: hue angle of 63.33º 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 #D0D57B is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 123 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.16 |
| HSL | 63.33º | 0.52% | 0.66% | - |
| HSV(B) | 63.33º | 0.42% | 0.84% | - |
| XYZ | 53.38 | 62.43 | 27.98 | - |
| YUV | 201.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 123 | 0.02 | 0 | 0.42 | 0.16 | 63.33 | 0.52 | 0.66 |
| Hex | D0 | D5 | 7B | 2 | 0 | 2A | 10 | 3F | 34 | 42 |
| Octal | 320 | 325 | 173 | 2 | 0 | 52 | 20 | 77 | 64 | 102 |
| Binary | 11010000 | 11010101 | 1111011 | 10 | 0 | 101010 | 10000 | 111111 | 110100 | 1000010 |
Color Harmonies of #D0D57B
Complementary color
Monochromatic Colors of #D0D57B
Black with #D0D57B
Text Example
Text Example
White with #D0D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D57B; }
p { color: rgb(208,213,123); }
H1.HeaderClassName
{
color: #D0D57B;
}
.AnyTagClassName
{
color: #D0D57B;
}
</style>
background-color css
<style>
a { background-color: #D0D57B; }
a { background-color: rgb(208,213,123); }
div.DivClassName
{
background-color: #D0D57B;
}
.BgClassName
{
background-color: #D0D57B;
}
</style>
border-color css
<style>
span { border-color: #D0D57B; }
span { border-color: rgb(208,213,123); }
td.TdClassName
{
border-color: #D0D57B;
}
.TagClassName
{
border-color: #D0D57B;
}
</style>