Shades of Deco #D4D481
Tints of Deco #D4D481
RGB
CMYK
RGB Variations
Color information
#D4D481 (or 0xD4D481) is known color: Deco. HEX triplet: D4, D4 and 81. RGB value is (212,212,129). Sum of RGB (Red+Green+Blue) = 212+212+129=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D481 is #2B2B7E. Grayscale: #CACACA. Windows color (decimal): -2829183 or 8508628. OLE color: 8508628.
HSL color Cylindrical-coordinate representation of color #D4D481: hue angle of 60º 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 #D4D481 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 129 | - |
| CMYK | 0 | 0 | 0.39 | 0.17 |
| HSL | 60º | 0.49% | 0.67% | - |
| HSV(B) | 60º | 0.39% | 0.83% | - |
| XYZ | 54.66 | 62.67 | 29.98 | - |
| YUV | 202.54 | 86.5 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 129 | 0 | 0 | 0.39 | 0.17 | 60 | 0.49 | 0.67 |
| Hex | D4 | D4 | 81 | 0 | 0 | 27 | 11 | 3C | 31 | 43 |
| Octal | 324 | 324 | 201 | 0 | 0 | 47 | 21 | 74 | 61 | 103 |
| Binary | 11010100 | 11010100 | 10000001 | 0 | 0 | 100111 | 10001 | 111100 | 110001 | 1000011 |
Color Harmonies of #D4D481
Complementary color
Monochromatic Colors of #D4D481
Black with #D4D481
Text Example
Text Example
White with #D4D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D481; }
p { color: rgb(212,212,129); }
H1.HeaderClassName
{
color: #D4D481;
}
.AnyTagClassName
{
color: #D4D481;
}
</style>
background-color css
<style>
a { background-color: #D4D481; }
a { background-color: rgb(212,212,129); }
div.DivClassName
{
background-color: #D4D481;
}
.BgClassName
{
background-color: #D4D481;
}
</style>
border-color css
<style>
span { border-color: #D4D481; }
span { border-color: rgb(212,212,129); }
td.TdClassName
{
border-color: #D4D481;
}
.TagClassName
{
border-color: #D4D481;
}
</style>