Shades of Deco #D1D27F
Tints of Deco #D1D27F
RGB
CMYK
RGB Variations
Color information
#D1D27F (or 0xD1D27F) is known color: Deco. HEX triplet: D1, D2 and 7F. RGB value is (209,210,127). Sum of RGB (Red+Green+Blue) = 209+210+127=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D27F is #2E2D80. Grayscale: #C8C8C8. Windows color (decimal): -3026305 or 8377041. OLE color: 8377041.
HSL color Cylindrical-coordinate representation of color #D1D27F: hue angle of 60.72º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1D27F is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 127 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.18 |
| HSL | 60.72º | 0.48% | 0.66% | - |
| HSV(B) | 60.72º | 0.4% | 0.82% | - |
| XYZ | 53.17 | 61.18 | 29.09 | - |
| YUV | 200.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 127 | 0.00 | 0 | 0.40 | 0.18 | 60.72 | 0.48 | 0.66 |
| Hex | D1 | D2 | 7F | 0 | 0 | 28 | 12 | 3D | 30 | 42 |
| Octal | 321 | 322 | 177 | 0 | 0 | 50 | 22 | 75 | 60 | 102 |
| Binary | 11010001 | 11010010 | 1111111 | 0 | 0 | 101000 | 10010 | 111101 | 110000 | 1000010 |
Color Harmonies of #D1D27F
Complementary color
Monochromatic Colors of #D1D27F
Black with #D1D27F
Text Example
Text Example
White with #D1D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D27F; }
p { color: rgb(209,210,127); }
H1.HeaderClassName
{
color: #D1D27F;
}
.AnyTagClassName
{
color: #D1D27F;
}
</style>
background-color css
<style>
a { background-color: #D1D27F; }
a { background-color: rgb(209,210,127); }
div.DivClassName
{
background-color: #D1D27F;
}
.BgClassName
{
background-color: #D1D27F;
}
</style>
border-color css
<style>
span { border-color: #D1D27F; }
span { border-color: rgb(209,210,127); }
td.TdClassName
{
border-color: #D1D27F;
}
.TagClassName
{
border-color: #D1D27F;
}
</style>