Shades of Deco #D3CD7E
Tints of Deco #D3CD7E
RGB
CMYK
RGB Variations
Color information
#D3CD7E (or 0xD3CD7E) is known color: Deco. HEX triplet: D3, CD and 7E. RGB value is (211,205,126). Sum of RGB (Red+Green+Blue) = 211+205+126=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD7E is #2C3281. Grayscale: #C6C6C6. Windows color (decimal): -2896514 or 8310227. OLE color: 8310227.
HSL color Cylindrical-coordinate representation of color #D3CD7E: hue angle of 55.76º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3CD7E is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 126 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.17 |
| HSL | 55.76º | 0.49% | 0.66% | - |
| HSV(B) | 55.76º | 0.4% | 0.83% | - |
| XYZ | 52.46 | 59.02 | 28.37 | - |
| YUV | 197.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 126 | 0 | 0.03 | 0.40 | 0.17 | 55.76 | 0.49 | 0.66 |
| Hex | D3 | CD | 7E | 0 | 3 | 28 | 11 | 38 | 31 | 42 |
| Octal | 323 | 315 | 176 | 0 | 3 | 50 | 21 | 70 | 61 | 102 |
| Binary | 11010011 | 11001101 | 1111110 | 0 | 11 | 101000 | 10001 | 111000 | 110001 | 1000010 |
Color Harmonies of #D3CD7E
Complementary color
Monochromatic Colors of #D3CD7E
Black with #D3CD7E
Text Example
Text Example
White with #D3CD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD7E; }
p { color: rgb(211,205,126); }
H1.HeaderClassName
{
color: #D3CD7E;
}
.AnyTagClassName
{
color: #D3CD7E;
}
</style>
background-color css
<style>
a { background-color: #D3CD7E; }
a { background-color: rgb(211,205,126); }
div.DivClassName
{
background-color: #D3CD7E;
}
.BgClassName
{
background-color: #D3CD7E;
}
</style>
border-color css
<style>
span { border-color: #D3CD7E; }
span { border-color: rgb(211,205,126); }
td.TdClassName
{
border-color: #D3CD7E;
}
.TagClassName
{
border-color: #D3CD7E;
}
</style>