Shades of Deco #D3DF83
Tints of Deco #D3DF83
RGB
CMYK
RGB Variations
Color information
#D3DF83 (or 0xD3DF83) is known color: Deco. HEX triplet: D3, DF and 83. RGB value is (211,223,131). Sum of RGB (Red+Green+Blue) = 211+223+131=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DF83 is #2C207C. Grayscale: #D1D1D1. Windows color (decimal): -2891901 or 8642515. OLE color: 8642515.
HSL color Cylindrical-coordinate representation of color #D3DF83: hue angle of 67.83º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3DF83 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 131 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.13 |
| HSL | 67.83º | 0.59% | 0.69% | - |
| HSV(B) | 67.83º | 0.41% | 0.87% | - |
| XYZ | 57.35 | 68.26 | 31.63 | - |
| YUV | 208.92 | 84.02 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 131 | 0.05 | 0 | 0.41 | 0.13 | 67.83 | 0.59 | 0.69 |
| Hex | D3 | DF | 83 | 5 | 0 | 29 | D | 44 | 3B | 45 |
| Octal | 323 | 337 | 203 | 5 | 0 | 51 | 15 | 104 | 73 | 105 |
| Binary | 11010011 | 11011111 | 10000011 | 101 | 0 | 101001 | 1101 | 1000100 | 111011 | 1000101 |
Color Harmonies of #D3DF83
Complementary color
Monochromatic Colors of #D3DF83
Black with #D3DF83
Text Example
Text Example
White with #D3DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF83; }
p { color: rgb(211,223,131); }
H1.HeaderClassName
{
color: #D3DF83;
}
.AnyTagClassName
{
color: #D3DF83;
}
</style>
background-color css
<style>
a { background-color: #D3DF83; }
a { background-color: rgb(211,223,131); }
div.DivClassName
{
background-color: #D3DF83;
}
.BgClassName
{
background-color: #D3DF83;
}
</style>
border-color css
<style>
span { border-color: #D3DF83; }
span { border-color: rgb(211,223,131); }
td.TdClassName
{
border-color: #D3DF83;
}
.TagClassName
{
border-color: #D3DF83;
}
</style>