Shades of Deco #D0D679
Tints of Deco #D0D679
RGB
CMYK
RGB Variations
Color information
#D0D679 (or 0xD0D679) is known color: Deco. HEX triplet: D0, D6 and 79. RGB value is (208,214,121). Sum of RGB (Red+Green+Blue) = 208+214+121=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D679 is #2F2986. Grayscale: #C9C9C9. Windows color (decimal): -3090823 or 7984848. OLE color: 7984848.
HSL color Cylindrical-coordinate representation of color #D0D679: hue angle of 63.87º 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 #D0D679 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 121 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.16 |
| HSL | 63.87º | 0.53% | 0.66% | - |
| HSV(B) | 63.87º | 0.43% | 0.84% | - |
| XYZ | 53.51 | 62.88 | 27.41 | - |
| YUV | 201.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 121 | 0.03 | 0 | 0.43 | 0.16 | 63.87 | 0.53 | 0.66 |
| Hex | D0 | D6 | 79 | 3 | 0 | 2B | 10 | 40 | 35 | 42 |
| Octal | 320 | 326 | 171 | 3 | 0 | 53 | 20 | 100 | 65 | 102 |
| Binary | 11010000 | 11010110 | 1111001 | 11 | 0 | 101011 | 10000 | 1000000 | 110101 | 1000010 |
Color Harmonies of #D0D679
Complementary color
Monochromatic Colors of #D0D679
Black with #D0D679
Text Example
Text Example
White with #D0D679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D679; }
p { color: rgb(208,214,121); }
H1.HeaderClassName
{
color: #D0D679;
}
.AnyTagClassName
{
color: #D0D679;
}
</style>
background-color css
<style>
a { background-color: #D0D679; }
a { background-color: rgb(208,214,121); }
div.DivClassName
{
background-color: #D0D679;
}
.BgClassName
{
background-color: #D0D679;
}
</style>
border-color css
<style>
span { border-color: #D0D679; }
span { border-color: rgb(208,214,121); }
td.TdClassName
{
border-color: #D0D679;
}
.TagClassName
{
border-color: #D0D679;
}
</style>