Shades of Deco #D3D37C
Tints of Deco #D3D37C
RGB
CMYK
RGB Variations
Color information
#D3D37C (or 0xD3D37C) is known color: Deco. HEX triplet: D3, D3 and 7C. RGB value is (211,211,124). Sum of RGB (Red+Green+Blue) = 211+211+124=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 211 - color contains mainly: red, green. Hex color #D3D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D37C is #2C2C83. Grayscale: #C9C9C9. Windows color (decimal): -2894980 or 8180691. OLE color: 8180691.
HSL color Cylindrical-coordinate representation of color #D3D37C: hue angle of 60º 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 #D3D37C is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 211 | 124 | - |
| CMYK | 0 | 0 | 0.41 | 0.17 |
| HSL | 60º | 0.5% | 0.66% | - |
| HSV(B) | 60º | 0.41% | 0.83% | - |
| XYZ | 53.8 | 61.89 | 28.18 | - |
| YUV | 201.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 211 | 124 | 0 | 0 | 0.41 | 0.17 | 60 | 0.5 | 0.66 |
| Hex | D3 | D3 | 7C | 0 | 0 | 29 | 11 | 3C | 32 | 42 |
| Octal | 323 | 323 | 174 | 0 | 0 | 51 | 21 | 74 | 62 | 102 |
| Binary | 11010011 | 11010011 | 1111100 | 0 | 0 | 101001 | 10001 | 111100 | 110010 | 1000010 |
Color Harmonies of #D3D37C
Complementary color
Monochromatic Colors of #D3D37C
Black with #D3D37C
Text Example
Text Example
White with #D3D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D37C; }
p { color: rgb(211,211,124); }
H1.HeaderClassName
{
color: #D3D37C;
}
.AnyTagClassName
{
color: #D3D37C;
}
</style>
background-color css
<style>
a { background-color: #D3D37C; }
a { background-color: rgb(211,211,124); }
div.DivClassName
{
background-color: #D3D37C;
}
.BgClassName
{
background-color: #D3D37C;
}
</style>
border-color css
<style>
span { border-color: #D3D37C; }
span { border-color: rgb(211,211,124); }
td.TdClassName
{
border-color: #D3D37C;
}
.TagClassName
{
border-color: #D3D37C;
}
</style>