Shades of Deco #D1DF83
Tints of Deco #D1DF83
RGB
CMYK
RGB Variations
Color information
#D1DF83 (or 0xD1DF83) is known color: Deco. HEX triplet: D1, DF and 83. RGB value is (209,223,131). Sum of RGB (Red+Green+Blue) = 209+223+131=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DF83 is #2E207C. Grayscale: #D0D0D0. Windows color (decimal): -3022973 or 8642513. OLE color: 8642513.
HSL color Cylindrical-coordinate representation of color #D1DF83: hue angle of 69.13º 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 #D1DF83 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 131 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.13 |
| HSL | 69.13º | 0.59% | 0.69% | - |
| HSV(B) | 69.13º | 0.41% | 0.87% | - |
| XYZ | 56.78 | 67.97 | 31.6 | - |
| YUV | 208.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 131 | 0.06 | 0 | 0.41 | 0.13 | 69.13 | 0.59 | 0.69 |
| Hex | D1 | DF | 83 | 6 | 0 | 29 | D | 45 | 3B | 45 |
| Octal | 321 | 337 | 203 | 6 | 0 | 51 | 15 | 105 | 73 | 105 |
| Binary | 11010001 | 11011111 | 10000011 | 110 | 0 | 101001 | 1101 | 1000101 | 111011 | 1000101 |
Color Harmonies of #D1DF83
Complementary color
Monochromatic Colors of #D1DF83
Black with #D1DF83
Text Example
Text Example
White with #D1DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DF83; }
p { color: rgb(209,223,131); }
H1.HeaderClassName
{
color: #D1DF83;
}
.AnyTagClassName
{
color: #D1DF83;
}
</style>
background-color css
<style>
a { background-color: #D1DF83; }
a { background-color: rgb(209,223,131); }
div.DivClassName
{
background-color: #D1DF83;
}
.BgClassName
{
background-color: #D1DF83;
}
</style>
border-color css
<style>
span { border-color: #D1DF83; }
span { border-color: rgb(209,223,131); }
td.TdClassName
{
border-color: #D1DF83;
}
.TagClassName
{
border-color: #D1DF83;
}
</style>