Shades of Deco #D0D792
Tints of Deco #D0D792
RGB
CMYK
RGB Variations
Color information
#D0D792 (or 0xD0D792) is known color: Deco. HEX triplet: D0, D7 and 92. RGB value is (208,215,146). Sum of RGB (Red+Green+Blue) = 208+215+146=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D792 is #2F286D. Grayscale: #CDCDCD. Windows color (decimal): -3090542 or 9623504. OLE color: 9623504.
HSL color Cylindrical-coordinate representation of color #D0D792: hue angle of 66.09º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0D792 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 146 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.16 |
| HSL | 66.09º | 0.46% | 0.71% | - |
| HSV(B) | 66.09º | 0.32% | 0.84% | - |
| XYZ | 55.5 | 64.09 | 36.64 | - |
| YUV | 205.04 | 94.68 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 146 | 0.03 | 0 | 0.32 | 0.16 | 66.09 | 0.46 | 0.71 |
| Hex | D0 | D7 | 92 | 3 | 0 | 20 | 10 | 42 | 2E | 47 |
| Octal | 320 | 327 | 222 | 3 | 0 | 40 | 20 | 102 | 56 | 107 |
| Binary | 11010000 | 11010111 | 10010010 | 11 | 0 | 100000 | 10000 | 1000010 | 101110 | 1000111 |
Color Harmonies of #D0D792
Complementary color
Monochromatic Colors of #D0D792
Black with #D0D792
Text Example
Text Example
White with #D0D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D792; }
p { color: rgb(208,215,146); }
H1.HeaderClassName
{
color: #D0D792;
}
.AnyTagClassName
{
color: #D0D792;
}
</style>
background-color css
<style>
a { background-color: #D0D792; }
a { background-color: rgb(208,215,146); }
div.DivClassName
{
background-color: #D0D792;
}
.BgClassName
{
background-color: #D0D792;
}
</style>
border-color css
<style>
span { border-color: #D0D792; }
span { border-color: rgb(208,215,146); }
td.TdClassName
{
border-color: #D0D792;
}
.TagClassName
{
border-color: #D0D792;
}
</style>