Shades of Deco #D1D27D
Tints of Deco #D1D27D
RGB
CMYK
RGB Variations
Color information
#D1D27D (or 0xD1D27D) is known color: Deco. HEX triplet: D1, D2 and 7D. RGB value is (209,210,125). Sum of RGB (Red+Green+Blue) = 209+210+125=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D27D is #2E2D82. Grayscale: #C8C8C8. Windows color (decimal): -3026307 or 8245969. OLE color: 8245969.
HSL color Cylindrical-coordinate representation of color #D1D27D: hue angle of 60.71º degrees, saturation: 0.49, 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 #D1D27D is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 125 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.18 |
| HSL | 60.71º | 0.49% | 0.66% | - |
| HSV(B) | 60.71º | 0.4% | 0.82% | - |
| XYZ | 53.04 | 61.13 | 28.41 | - |
| YUV | 200.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 125 | 0.00 | 0 | 0.40 | 0.18 | 60.71 | 0.49 | 0.66 |
| Hex | D1 | D2 | 7D | 0 | 0 | 28 | 12 | 3D | 31 | 42 |
| Octal | 321 | 322 | 175 | 0 | 0 | 50 | 22 | 75 | 61 | 102 |
| Binary | 11010001 | 11010010 | 1111101 | 0 | 0 | 101000 | 10010 | 111101 | 110001 | 1000010 |
Color Harmonies of #D1D27D
Complementary color
Monochromatic Colors of #D1D27D
Black with #D1D27D
Text Example
Text Example
White with #D1D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D27D; }
p { color: rgb(209,210,125); }
H1.HeaderClassName
{
color: #D1D27D;
}
.AnyTagClassName
{
color: #D1D27D;
}
</style>
background-color css
<style>
a { background-color: #D1D27D; }
a { background-color: rgb(209,210,125); }
div.DivClassName
{
background-color: #D1D27D;
}
.BgClassName
{
background-color: #D1D27D;
}
</style>
border-color css
<style>
span { border-color: #D1D27D; }
span { border-color: rgb(209,210,125); }
td.TdClassName
{
border-color: #D1D27D;
}
.TagClassName
{
border-color: #D1D27D;
}
</style>