Shades of Deco #D4CE89
Tints of Deco #D4CE89
RGB
CMYK
RGB Variations
Color information
#D4CE89 (or 0xD4CE89) is known color: Deco. HEX triplet: D4, CE and 89. RGB value is (212,206,137). Sum of RGB (Red+Green+Blue) = 212+206+137=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CE89 is #2B3176. Grayscale: #C8C8C8. Windows color (decimal): -2830711 or 9031380. OLE color: 9031380.
HSL color Cylindrical-coordinate representation of color #D4CE89: hue angle of 55.2º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4CE89 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 137 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.17 |
| HSL | 55.2º | 0.47% | 0.68% | - |
| HSV(B) | 55.2º | 0.35% | 0.83% | - |
| XYZ | 53.74 | 59.95 | 32.41 | - |
| YUV | 199.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 137 | 0 | 0.03 | 0.35 | 0.17 | 55.2 | 0.47 | 0.68 |
| Hex | D4 | CE | 89 | 0 | 3 | 23 | 11 | 37 | 2F | 44 |
| Octal | 324 | 316 | 211 | 0 | 3 | 43 | 21 | 67 | 57 | 104 |
| Binary | 11010100 | 11001110 | 10001001 | 0 | 11 | 100011 | 10001 | 110111 | 101111 | 1000100 |
Color Harmonies of #D4CE89
Complementary color
Monochromatic Colors of #D4CE89
Black with #D4CE89
Text Example
Text Example
White with #D4CE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE89; }
p { color: rgb(212,206,137); }
H1.HeaderClassName
{
color: #D4CE89;
}
.AnyTagClassName
{
color: #D4CE89;
}
</style>
background-color css
<style>
a { background-color: #D4CE89; }
a { background-color: rgb(212,206,137); }
div.DivClassName
{
background-color: #D4CE89;
}
.BgClassName
{
background-color: #D4CE89;
}
</style>
border-color css
<style>
span { border-color: #D4CE89; }
span { border-color: rgb(212,206,137); }
td.TdClassName
{
border-color: #D4CE89;
}
.TagClassName
{
border-color: #D4CE89;
}
</style>