Shades of Deco #D3D17F
Tints of Deco #D3D17F
RGB
CMYK
RGB Variations
Color information
#D3D17F (or 0xD3D17F) is known color: Deco. HEX triplet: D3, D1 and 7F. RGB value is (211,209,127). Sum of RGB (Red+Green+Blue) = 211+209+127=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D17F is #2C2E80. Grayscale: #C8C8C8. Windows color (decimal): -2895489 or 8376787. OLE color: 8376787.
HSL color Cylindrical-coordinate representation of color #D3D17F: hue angle of 58.57º 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 #D3D17F is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 209 | 127 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.17 |
| HSL | 58.57º | 0.49% | 0.66% | - |
| HSV(B) | 58.57º | 0.4% | 0.83% | - |
| XYZ | 53.5 | 60.98 | 29.03 | - |
| YUV | 200.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 209 | 127 | 0 | 0.01 | 0.40 | 0.17 | 58.57 | 0.49 | 0.66 |
| Hex | D3 | D1 | 7F | 0 | 1 | 28 | 11 | 3B | 31 | 42 |
| Octal | 323 | 321 | 177 | 0 | 1 | 50 | 21 | 73 | 61 | 102 |
| Binary | 11010011 | 11010001 | 1111111 | 0 | 1 | 101000 | 10001 | 111011 | 110001 | 1000010 |
Color Harmonies of #D3D17F
Complementary color
Monochromatic Colors of #D3D17F
Black with #D3D17F
Text Example
Text Example
White with #D3D17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D17F; }
p { color: rgb(211,209,127); }
H1.HeaderClassName
{
color: #D3D17F;
}
.AnyTagClassName
{
color: #D3D17F;
}
</style>
background-color css
<style>
a { background-color: #D3D17F; }
a { background-color: rgb(211,209,127); }
div.DivClassName
{
background-color: #D3D17F;
}
.BgClassName
{
background-color: #D3D17F;
}
</style>
border-color css
<style>
span { border-color: #D3D17F; }
span { border-color: rgb(211,209,127); }
td.TdClassName
{
border-color: #D3D17F;
}
.TagClassName
{
border-color: #D3D17F;
}
</style>