Shades of Deco #D1DF7D
Tints of Deco #D1DF7D
RGB
CMYK
RGB Variations
Color information
#D1DF7D (or 0xD1DF7D) is known color: Deco. HEX triplet: D1, DF and 7D. RGB value is (209,223,125). Sum of RGB (Red+Green+Blue) = 209+223+125=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DF7D is #2E2082. Grayscale: #D0D0D0. Windows color (decimal): -3022979 or 8249297. OLE color: 8249297.
HSL color Cylindrical-coordinate representation of color #D1DF7D: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1DF7D is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 223 | 125 | - |
CMYK | 0.06 | 0 | 0.44 | 0.13 |
HSL | 68.57º | 0.6% | 0.68% | - |
HSV(B) | 68.57º | 0.44% | 0.87% | - |
XYZ | 56.38 | 67.81 | 29.52 | - |
YUV | 207.64 | 81.36 | 128.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 223 | 125 | 0.06 | 0 | 0.44 | 0.13 | 68.57 | 0.6 | 0.68 |
Hex | D1 | DF | 7D | 6 | 0 | 2C | D | 45 | 3C | 44 |
Octal | 321 | 337 | 175 | 6 | 0 | 54 | 15 | 105 | 74 | 104 |
Binary | 11010001 | 11011111 | 1111101 | 110 | 0 | 101100 | 1101 | 1000101 | 111100 | 1000100 |
Color Harmonies of #D1DF7D
Complementary color
Monochromatic Colors of #D1DF7D
Black with #D1DF7D
Text Example
Text Example
White with #D1DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DF7D; }
p { color: rgb(209,223,125); }
H1.HeaderClassName
{
color: #D1DF7D;
}
.AnyTagClassName
{
color: #D1DF7D;
}
</style>
background-color css
<style>
a { background-color: #D1DF7D; }
a { background-color: rgb(209,223,125); }
div.DivClassName
{
background-color: #D1DF7D;
}
.BgClassName
{
background-color: #D1DF7D;
}
</style>
border-color css
<style>
span { border-color: #D1DF7D; }
span { border-color: rgb(209,223,125); }
td.TdClassName
{
border-color: #D1DF7D;
}
.TagClassName
{
border-color: #D1DF7D;
}
</style>