Shades of Deco #D4CE79
Tints of Deco #D4CE79
RGB
CMYK
RGB Variations
Color information
#D4CE79 (or 0xD4CE79) is known color: Deco. HEX triplet: D4, CE and 79. RGB value is (212,206,121). Sum of RGB (Red+Green+Blue) = 212+206+121=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CE79 is #2B3186. Grayscale: #C6C6C6. Windows color (decimal): -2830727 or 7982804. OLE color: 7982804.
HSL color Cylindrical-coordinate representation of color #D4CE79: hue angle of 56.04º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4CE79 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 121 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.17 |
| HSL | 56.04º | 0.51% | 0.65% | - |
| HSV(B) | 56.04º | 0.43% | 0.83% | - |
| XYZ | 52.67 | 59.52 | 26.8 | - |
| YUV | 198.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 121 | 0 | 0.03 | 0.43 | 0.17 | 56.04 | 0.51 | 0.65 |
| Hex | D4 | CE | 79 | 0 | 3 | 2B | 11 | 38 | 33 | 41 |
| Octal | 324 | 316 | 171 | 0 | 3 | 53 | 21 | 70 | 63 | 101 |
| Binary | 11010100 | 11001110 | 1111001 | 0 | 11 | 101011 | 10001 | 111000 | 110011 | 1000001 |
Color Harmonies of #D4CE79
Complementary color
Monochromatic Colors of #D4CE79
Black with #D4CE79
Text Example
Text Example
White with #D4CE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE79; }
p { color: rgb(212,206,121); }
H1.HeaderClassName
{
color: #D4CE79;
}
.AnyTagClassName
{
color: #D4CE79;
}
</style>
background-color css
<style>
a { background-color: #D4CE79; }
a { background-color: rgb(212,206,121); }
div.DivClassName
{
background-color: #D4CE79;
}
.BgClassName
{
background-color: #D4CE79;
}
</style>
border-color css
<style>
span { border-color: #D4CE79; }
span { border-color: rgb(212,206,121); }
td.TdClassName
{
border-color: #D4CE79;
}
.TagClassName
{
border-color: #D4CE79;
}
</style>