Shades of Deco #D0D482
Tints of Deco #D0D482
RGB
CMYK
RGB Variations
Color information
#D0D482 (or 0xD0D482) is known color: Deco. HEX triplet: D0, D4 and 82. RGB value is (208,212,130). Sum of RGB (Red+Green+Blue) = 208+212+130=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D482 is #2F2B7D. Grayscale: #C9C9C9. Windows color (decimal): -3091326 or 8574160. OLE color: 8574160.
HSL color Cylindrical-coordinate representation of color #D0D482: hue angle of 62.93º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0D482 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 130 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.17 |
| HSL | 62.93º | 0.49% | 0.67% | - |
| HSV(B) | 62.93º | 0.39% | 0.83% | - |
| XYZ | 53.59 | 62.11 | 30.28 | - |
| YUV | 201.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 130 | 0.02 | 0 | 0.39 | 0.17 | 62.93 | 0.49 | 0.67 |
| Hex | D0 | D4 | 82 | 2 | 0 | 27 | 11 | 3F | 31 | 43 |
| Octal | 320 | 324 | 202 | 2 | 0 | 47 | 21 | 77 | 61 | 103 |
| Binary | 11010000 | 11010100 | 10000010 | 10 | 0 | 100111 | 10001 | 111111 | 110001 | 1000011 |
Color Harmonies of #D0D482
Complementary color
Monochromatic Colors of #D0D482
Black with #D0D482
Text Example
Text Example
White with #D0D482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D482; }
p { color: rgb(208,212,130); }
H1.HeaderClassName
{
color: #D0D482;
}
.AnyTagClassName
{
color: #D0D482;
}
</style>
background-color css
<style>
a { background-color: #D0D482; }
a { background-color: rgb(208,212,130); }
div.DivClassName
{
background-color: #D0D482;
}
.BgClassName
{
background-color: #D0D482;
}
</style>
border-color css
<style>
span { border-color: #D0D482; }
span { border-color: rgb(208,212,130); }
td.TdClassName
{
border-color: #D0D482;
}
.TagClassName
{
border-color: #D0D482;
}
</style>