Shades of Deco #D1D27A
Tints of Deco #D1D27A
RGB
CMYK
RGB Variations
Color information
#D1D27A (or 0xD1D27A) is known color: Deco. HEX triplet: D1, D2 and 7A. RGB value is (209,210,122). Sum of RGB (Red+Green+Blue) = 209+210+122=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D27A is #2E2D85. Grayscale: #C8C8C8. Windows color (decimal): -3026310 or 8049361. OLE color: 8049361.
HSL color Cylindrical-coordinate representation of color #D1D27A: hue angle of 60.68º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1D27A is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 210 | 122 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.18 |
| HSL | 60.68º | 0.49% | 0.65% | - |
| HSV(B) | 60.68º | 0.42% | 0.82% | - |
| XYZ | 52.85 | 61.05 | 27.41 | - |
| YUV | 199.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 210 | 122 | 0.00 | 0 | 0.42 | 0.18 | 60.68 | 0.49 | 0.65 |
| Hex | D1 | D2 | 7A | 0 | 0 | 2A | 12 | 3D | 31 | 41 |
| Octal | 321 | 322 | 172 | 0 | 0 | 52 | 22 | 75 | 61 | 101 |
| Binary | 11010001 | 11010010 | 1111010 | 0 | 0 | 101010 | 10010 | 111101 | 110001 | 1000001 |
Color Harmonies of #D1D27A
Complementary color
Monochromatic Colors of #D1D27A
Black with #D1D27A
Text Example
Text Example
White with #D1D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D27A; }
p { color: rgb(209,210,122); }
H1.HeaderClassName
{
color: #D1D27A;
}
.AnyTagClassName
{
color: #D1D27A;
}
</style>
background-color css
<style>
a { background-color: #D1D27A; }
a { background-color: rgb(209,210,122); }
div.DivClassName
{
background-color: #D1D27A;
}
.BgClassName
{
background-color: #D1D27A;
}
</style>
border-color css
<style>
span { border-color: #D1D27A; }
span { border-color: rgb(209,210,122); }
td.TdClassName
{
border-color: #D1D27A;
}
.TagClassName
{
border-color: #D1D27A;
}
</style>