Shades of Deco #D0D277
Tints of Deco #D0D277
RGB
CMYK
RGB Variations
Color information
#D0D277 (or 0xD0D277) is known color: Deco. HEX triplet: D0, D2 and 77. RGB value is (208,210,119). Sum of RGB (Red+Green+Blue) = 208+210+119=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D277 is #2F2D88. Grayscale: #C7C7C7. Windows color (decimal): -3091849 or 7852752. OLE color: 7852752.
HSL color Cylindrical-coordinate representation of color #D0D277: hue angle of 61.32º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0D277 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 119 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.18 |
| HSL | 61.32º | 0.5% | 0.65% | - |
| HSV(B) | 61.32º | 0.43% | 0.82% | - |
| XYZ | 52.39 | 60.83 | 26.43 | - |
| YUV | 199.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 119 | 0.01 | 0 | 0.43 | 0.18 | 61.32 | 0.5 | 0.65 |
| Hex | D0 | D2 | 77 | 1 | 0 | 2B | 12 | 3D | 32 | 41 |
| Octal | 320 | 322 | 167 | 1 | 0 | 53 | 22 | 75 | 62 | 101 |
| Binary | 11010000 | 11010010 | 1110111 | 1 | 0 | 101011 | 10010 | 111101 | 110010 | 1000001 |
Color Harmonies of #D0D277
Complementary color
Monochromatic Colors of #D0D277
Black with #D0D277
Text Example
Text Example
White with #D0D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D277; }
p { color: rgb(208,210,119); }
H1.HeaderClassName
{
color: #D0D277;
}
.AnyTagClassName
{
color: #D0D277;
}
</style>
background-color css
<style>
a { background-color: #D0D277; }
a { background-color: rgb(208,210,119); }
div.DivClassName
{
background-color: #D0D277;
}
.BgClassName
{
background-color: #D0D277;
}
</style>
border-color css
<style>
span { border-color: #D0D277; }
span { border-color: rgb(208,210,119); }
td.TdClassName
{
border-color: #D0D277;
}
.TagClassName
{
border-color: #D0D277;
}
</style>