Shades of Deco #D3D280
Tints of Deco #D3D280
RGB
CMYK
RGB Variations
Color information
#D3D280 (or 0xD3D280) is known color: Deco. HEX triplet: D3, D2 and 80. RGB value is (211,210,128). Sum of RGB (Red+Green+Blue) = 211+210+128=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 128 (50.39% from 255 or 23.32% from 549); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D280 is #2C2D7F. Grayscale: #C9C9C9. Windows color (decimal): -2895232 or 8442579. OLE color: 8442579.
HSL color Cylindrical-coordinate representation of color #D3D280: hue angle of 59.28º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3D280 is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 210 | 128 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.17 |
| HSL | 59.28º | 0.49% | 0.66% | - |
| HSV(B) | 59.28º | 0.39% | 0.83% | - |
| XYZ | 53.81 | 61.5 | 29.46 | - |
| YUV | 200.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 210 | 128 | 0 | 0.00 | 0.39 | 0.17 | 59.28 | 0.49 | 0.66 |
| Hex | D3 | D2 | 80 | 0 | 0 | 27 | 11 | 3B | 31 | 42 |
| Octal | 323 | 322 | 200 | 0 | 0 | 47 | 21 | 73 | 61 | 102 |
| Binary | 11010011 | 11010010 | 10000000 | 0 | 0 | 100111 | 10001 | 111011 | 110001 | 1000010 |
Color Harmonies of #D3D280
Complementary color
Monochromatic Colors of #D3D280
Black with #D3D280
Text Example
Text Example
White with #D3D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D280; }
p { color: rgb(211,210,128); }
H1.HeaderClassName
{
color: #D3D280;
}
.AnyTagClassName
{
color: #D3D280;
}
</style>
background-color css
<style>
a { background-color: #D3D280; }
a { background-color: rgb(211,210,128); }
div.DivClassName
{
background-color: #D3D280;
}
.BgClassName
{
background-color: #D3D280;
}
</style>
border-color css
<style>
span { border-color: #D3D280; }
span { border-color: rgb(211,210,128); }
td.TdClassName
{
border-color: #D3D280;
}
.TagClassName
{
border-color: #D3D280;
}
</style>