Shades of Deco #D4D682
Tints of Deco #D4D682
RGB
CMYK
RGB Variations
Color information
#D4D682 (or 0xD4D682) is known color: Deco. HEX triplet: D4, D6 and 82. RGB value is (212,214,130). Sum of RGB (Red+Green+Blue) = 212+214+130=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D682 is #2B297D. Grayscale: #CCCCCC. Windows color (decimal): -2828670 or 8574676. OLE color: 8574676.
HSL color Cylindrical-coordinate representation of color #D4D682: hue angle of 61.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4D682 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 214 | 130 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.16 |
| HSL | 61.43º | 0.51% | 0.67% | - |
| HSV(B) | 61.43º | 0.39% | 0.84% | - |
| XYZ | 55.23 | 63.7 | 30.5 | - |
| YUV | 203.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 214 | 130 | 0.01 | 0 | 0.39 | 0.16 | 61.43 | 0.51 | 0.67 |
| Hex | D4 | D6 | 82 | 1 | 0 | 27 | 10 | 3D | 33 | 43 |
| Octal | 324 | 326 | 202 | 1 | 0 | 47 | 20 | 75 | 63 | 103 |
| Binary | 11010100 | 11010110 | 10000010 | 1 | 0 | 100111 | 10000 | 111101 | 110011 | 1000011 |
Color Harmonies of #D4D682
Complementary color
Monochromatic Colors of #D4D682
Black with #D4D682
Text Example
Text Example
White with #D4D682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D682; }
p { color: rgb(212,214,130); }
H1.HeaderClassName
{
color: #D4D682;
}
.AnyTagClassName
{
color: #D4D682;
}
</style>
background-color css
<style>
a { background-color: #D4D682; }
a { background-color: rgb(212,214,130); }
div.DivClassName
{
background-color: #D4D682;
}
.BgClassName
{
background-color: #D4D682;
}
</style>
border-color css
<style>
span { border-color: #D4D682; }
span { border-color: rgb(212,214,130); }
td.TdClassName
{
border-color: #D4D682;
}
.TagClassName
{
border-color: #D4D682;
}
</style>