Shades of Deco #D3DB83
Tints of Deco #D3DB83
RGB
CMYK
RGB Variations
Color information
#D3DB83 (or 0xD3DB83) is known color: Deco. HEX triplet: D3, DB and 83. RGB value is (211,219,131). Sum of RGB (Red+Green+Blue) = 211+219+131=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 131 (51.56% from 255 or 23.35% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DB83 is #2C247C. Grayscale: #CECECE. Windows color (decimal): -2892925 or 8641491. OLE color: 8641491.
HSL color Cylindrical-coordinate representation of color #D3DB83: hue angle of 65.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3DB83 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 131 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.14 |
| HSL | 65.45º | 0.55% | 0.69% | - |
| HSV(B) | 65.45º | 0.4% | 0.86% | - |
| XYZ | 56.29 | 66.15 | 31.27 | - |
| YUV | 206.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 131 | 0.04 | 0 | 0.40 | 0.14 | 65.45 | 0.55 | 0.69 |
| Hex | D3 | DB | 83 | 4 | 0 | 28 | E | 41 | 37 | 45 |
| Octal | 323 | 333 | 203 | 4 | 0 | 50 | 16 | 101 | 67 | 105 |
| Binary | 11010011 | 11011011 | 10000011 | 100 | 0 | 101000 | 1110 | 1000001 | 110111 | 1000101 |
Color Harmonies of #D3DB83
Complementary color
Monochromatic Colors of #D3DB83
Black with #D3DB83
Text Example
Text Example
White with #D3DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DB83; }
p { color: rgb(211,219,131); }
H1.HeaderClassName
{
color: #D3DB83;
}
.AnyTagClassName
{
color: #D3DB83;
}
</style>
background-color css
<style>
a { background-color: #D3DB83; }
a { background-color: rgb(211,219,131); }
div.DivClassName
{
background-color: #D3DB83;
}
.BgClassName
{
background-color: #D3DB83;
}
</style>
border-color css
<style>
span { border-color: #D3DB83; }
span { border-color: rgb(211,219,131); }
td.TdClassName
{
border-color: #D3DB83;
}
.TagClassName
{
border-color: #D3DB83;
}
</style>