Shades of Deco #D3CF7C
Tints of Deco #D3CF7C
RGB
CMYK
RGB Variations
Color information
#D3CF7C (or 0xD3CF7C) is known color: Deco. HEX triplet: D3, CF and 7C. RGB value is (211,207,124). Sum of RGB (Red+Green+Blue) = 211+207+124=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CF7C is #2C3083. Grayscale: #C7C7C7. Windows color (decimal): -2896004 or 8179667. OLE color: 8179667.
HSL color Cylindrical-coordinate representation of color #D3CF7C: hue angle of 57.24º 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 #D3CF7C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 124 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.17 |
| HSL | 57.24º | 0.5% | 0.66% | - |
| HSV(B) | 57.24º | 0.41% | 0.83% | - |
| XYZ | 52.81 | 59.93 | 27.85 | - |
| YUV | 198.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 124 | 0 | 0.02 | 0.41 | 0.17 | 57.24 | 0.5 | 0.66 |
| Hex | D3 | CF | 7C | 0 | 2 | 29 | 11 | 39 | 32 | 42 |
| Octal | 323 | 317 | 174 | 0 | 2 | 51 | 21 | 71 | 62 | 102 |
| Binary | 11010011 | 11001111 | 1111100 | 0 | 10 | 101001 | 10001 | 111001 | 110010 | 1000010 |
Color Harmonies of #D3CF7C
Complementary color
Monochromatic Colors of #D3CF7C
Black with #D3CF7C
Text Example
Text Example
White with #D3CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF7C; }
p { color: rgb(211,207,124); }
H1.HeaderClassName
{
color: #D3CF7C;
}
.AnyTagClassName
{
color: #D3CF7C;
}
</style>
background-color css
<style>
a { background-color: #D3CF7C; }
a { background-color: rgb(211,207,124); }
div.DivClassName
{
background-color: #D3CF7C;
}
.BgClassName
{
background-color: #D3CF7C;
}
</style>
border-color css
<style>
span { border-color: #D3CF7C; }
span { border-color: rgb(211,207,124); }
td.TdClassName
{
border-color: #D3CF7C;
}
.TagClassName
{
border-color: #D3CF7C;
}
</style>