Shades of Deco #D4D282
Tints of Deco #D4D282
RGB
CMYK
RGB Variations
Color information
#D4D282 (or 0xD4D282) is known color: Deco. HEX triplet: D4, D2 and 82. RGB value is (212,210,130). Sum of RGB (Red+Green+Blue) = 212+210+130=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D282 is #2B2D7D. Grayscale: #C9C9C9. Windows color (decimal): -2829694 or 8573652. OLE color: 8573652.
HSL color Cylindrical-coordinate representation of color #D4D282: hue angle of 58.54º 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 #D4D282 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 130 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.17 |
| HSL | 58.54º | 0.49% | 0.67% | - |
| HSV(B) | 58.54º | 0.39% | 0.83% | - |
| XYZ | 54.23 | 61.7 | 30.17 | - |
| YUV | 201.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 130 | 0 | 0.01 | 0.39 | 0.17 | 58.54 | 0.49 | 0.67 |
| Hex | D4 | D2 | 82 | 0 | 1 | 27 | 11 | 3B | 31 | 43 |
| Octal | 324 | 322 | 202 | 0 | 1 | 47 | 21 | 73 | 61 | 103 |
| Binary | 11010100 | 11010010 | 10000010 | 0 | 1 | 100111 | 10001 | 111011 | 110001 | 1000011 |
Color Harmonies of #D4D282
Complementary color
Monochromatic Colors of #D4D282
Black with #D4D282
Text Example
Text Example
White with #D4D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D282; }
p { color: rgb(212,210,130); }
H1.HeaderClassName
{
color: #D4D282;
}
.AnyTagClassName
{
color: #D4D282;
}
</style>
background-color css
<style>
a { background-color: #D4D282; }
a { background-color: rgb(212,210,130); }
div.DivClassName
{
background-color: #D4D282;
}
.BgClassName
{
background-color: #D4D282;
}
</style>
border-color css
<style>
span { border-color: #D4D282; }
span { border-color: rgb(212,210,130); }
td.TdClassName
{
border-color: #D4D282;
}
.TagClassName
{
border-color: #D4D282;
}
</style>