Shades of Deco #D3CD7D
Tints of Deco #D3CD7D
RGB
CMYK
RGB Variations
Color information
#D3CD7D (or 0xD3CD7D) is known color: Deco. HEX triplet: D3, CD and 7D. RGB value is (211,205,125). Sum of RGB (Red+Green+Blue) = 211+205+125=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD7D is #2C3282. Grayscale: #C6C6C6. Windows color (decimal): -2896515 or 8244691. OLE color: 8244691.
HSL color Cylindrical-coordinate representation of color #D3CD7D: hue angle of 55.81º degrees, saturation: 0.49, 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 #D3CD7D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 205 | 125 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.17 |
| HSL | 55.81º | 0.49% | 0.66% | - |
| HSV(B) | 55.81º | 0.41% | 0.83% | - |
| XYZ | 52.4 | 58.99 | 28.03 | - |
| YUV | 197.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 205 | 125 | 0 | 0.03 | 0.41 | 0.17 | 55.81 | 0.49 | 0.66 |
| Hex | D3 | CD | 7D | 0 | 3 | 29 | 11 | 38 | 31 | 42 |
| Octal | 323 | 315 | 175 | 0 | 3 | 51 | 21 | 70 | 61 | 102 |
| Binary | 11010011 | 11001101 | 1111101 | 0 | 11 | 101001 | 10001 | 111000 | 110001 | 1000010 |
Color Harmonies of #D3CD7D
Complementary color
Monochromatic Colors of #D3CD7D
Black with #D3CD7D
Text Example
Text Example
White with #D3CD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CD7D; }
p { color: rgb(211,205,125); }
H1.HeaderClassName
{
color: #D3CD7D;
}
.AnyTagClassName
{
color: #D3CD7D;
}
</style>
background-color css
<style>
a { background-color: #D3CD7D; }
a { background-color: rgb(211,205,125); }
div.DivClassName
{
background-color: #D3CD7D;
}
.BgClassName
{
background-color: #D3CD7D;
}
</style>
border-color css
<style>
span { border-color: #D3CD7D; }
span { border-color: rgb(211,205,125); }
td.TdClassName
{
border-color: #D3CD7D;
}
.TagClassName
{
border-color: #D3CD7D;
}
</style>