Shades of Deco #D3CE7C
Tints of Deco #D3CE7C
RGB
CMYK
RGB Variations
Color information
#D3CE7C (or 0xD3CE7C) is known color: Deco. HEX triplet: D3, CE and 7C. RGB value is (211,206,124). Sum of RGB (Red+Green+Blue) = 211+206+124=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CE7C is #2C3183. Grayscale: #C6C6C6. Windows color (decimal): -2896260 or 8179411. OLE color: 8179411.
HSL color Cylindrical-coordinate representation of color #D3CE7C: hue angle of 56.55º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3CE7C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 206 | 124 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.17 |
| HSL | 56.55º | 0.5% | 0.66% | - |
| HSV(B) | 56.55º | 0.41% | 0.83% | - |
| XYZ | 52.57 | 59.45 | 27.77 | - |
| YUV | 198.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 206 | 124 | 0 | 0.02 | 0.41 | 0.17 | 56.55 | 0.5 | 0.66 |
| Hex | D3 | CE | 7C | 0 | 2 | 29 | 11 | 39 | 32 | 42 |
| Octal | 323 | 316 | 174 | 0 | 2 | 51 | 21 | 71 | 62 | 102 |
| Binary | 11010011 | 11001110 | 1111100 | 0 | 10 | 101001 | 10001 | 111001 | 110010 | 1000010 |
Color Harmonies of #D3CE7C
Complementary color
Monochromatic Colors of #D3CE7C
Black with #D3CE7C
Text Example
Text Example
White with #D3CE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CE7C; }
p { color: rgb(211,206,124); }
H1.HeaderClassName
{
color: #D3CE7C;
}
.AnyTagClassName
{
color: #D3CE7C;
}
</style>
background-color css
<style>
a { background-color: #D3CE7C; }
a { background-color: rgb(211,206,124); }
div.DivClassName
{
background-color: #D3CE7C;
}
.BgClassName
{
background-color: #D3CE7C;
}
</style>
border-color css
<style>
span { border-color: #D3CE7C; }
span { border-color: rgb(211,206,124); }
td.TdClassName
{
border-color: #D3CE7C;
}
.TagClassName
{
border-color: #D3CE7C;
}
</style>