Shades of Deco #D0D481
Tints of Deco #D0D481
RGB
CMYK
RGB Variations
Color information
#D0D481 (or 0xD0D481) is known color: Deco. HEX triplet: D0, D4 and 81. RGB value is (208,212,129). Sum of RGB (Red+Green+Blue) = 208+212+129=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D481 is #2F2B7E. Grayscale: #C9C9C9. Windows color (decimal): -3091327 or 8508624. OLE color: 8508624.
HSL color Cylindrical-coordinate representation of color #D0D481: hue angle of 62.89º 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 #D0D481 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 129 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.17 |
| HSL | 62.89º | 0.49% | 0.67% | - |
| HSV(B) | 62.89º | 0.39% | 0.83% | - |
| XYZ | 53.52 | 62.08 | 29.93 | - |
| YUV | 201.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 129 | 0.02 | 0 | 0.39 | 0.17 | 62.89 | 0.49 | 0.67 |
| Hex | D0 | D4 | 81 | 2 | 0 | 27 | 11 | 3F | 31 | 43 |
| Octal | 320 | 324 | 201 | 2 | 0 | 47 | 21 | 77 | 61 | 103 |
| Binary | 11010000 | 11010100 | 10000001 | 10 | 0 | 100111 | 10001 | 111111 | 110001 | 1000011 |
Color Harmonies of #D0D481
Complementary color
Monochromatic Colors of #D0D481
Black with #D0D481
Text Example
Text Example
White with #D0D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D481; }
p { color: rgb(208,212,129); }
H1.HeaderClassName
{
color: #D0D481;
}
.AnyTagClassName
{
color: #D0D481;
}
</style>
background-color css
<style>
a { background-color: #D0D481; }
a { background-color: rgb(208,212,129); }
div.DivClassName
{
background-color: #D0D481;
}
.BgClassName
{
background-color: #D0D481;
}
</style>
border-color css
<style>
span { border-color: #D0D481; }
span { border-color: rgb(208,212,129); }
td.TdClassName
{
border-color: #D0D481;
}
.TagClassName
{
border-color: #D0D481;
}
</style>