Shades of Deco #D4D27F
Tints of Deco #D4D27F
RGB
CMYK
RGB Variations
Color information
#D4D27F (or 0xD4D27F) is known color: Deco. HEX triplet: D4, D2 and 7F. RGB value is (212,210,127). Sum of RGB (Red+Green+Blue) = 212+210+127=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D27F is #2B2D80. Grayscale: #C9C9C9. Windows color (decimal): -2829697 or 8377044. OLE color: 8377044.
HSL color Cylindrical-coordinate representation of color #D4D27F: hue angle of 58.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4D27F is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 127 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.17 |
| HSL | 58.59º | 0.5% | 0.66% | - |
| HSV(B) | 58.59º | 0.4% | 0.83% | - |
| XYZ | 54.03 | 61.62 | 29.13 | - |
| YUV | 201.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 127 | 0 | 0.01 | 0.40 | 0.17 | 58.59 | 0.5 | 0.66 |
| Hex | D4 | D2 | 7F | 0 | 1 | 28 | 11 | 3B | 32 | 42 |
| Octal | 324 | 322 | 177 | 0 | 1 | 50 | 21 | 73 | 62 | 102 |
| Binary | 11010100 | 11010010 | 1111111 | 0 | 1 | 101000 | 10001 | 111011 | 110010 | 1000010 |
Color Harmonies of #D4D27F
Complementary color
Monochromatic Colors of #D4D27F
Black with #D4D27F
Text Example
Text Example
White with #D4D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D27F; }
p { color: rgb(212,210,127); }
H1.HeaderClassName
{
color: #D4D27F;
}
.AnyTagClassName
{
color: #D4D27F;
}
</style>
background-color css
<style>
a { background-color: #D4D27F; }
a { background-color: rgb(212,210,127); }
div.DivClassName
{
background-color: #D4D27F;
}
.BgClassName
{
background-color: #D4D27F;
}
</style>
border-color css
<style>
span { border-color: #D4D27F; }
span { border-color: rgb(212,210,127); }
td.TdClassName
{
border-color: #D4D27F;
}
.TagClassName
{
border-color: #D4D27F;
}
</style>