Shades of Deco #D4D183
Tints of Deco #D4D183
RGB
CMYK
RGB Variations
Color information
#D4D183 (or 0xD4D183) is known color: Deco. HEX triplet: D4, D1 and 83. RGB value is (212,209,131). Sum of RGB (Red+Green+Blue) = 212+209+131=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D183 is #2B2E7C. Grayscale: #C9C9C9. Windows color (decimal): -2829949 or 8638932. OLE color: 8638932.
HSL color Cylindrical-coordinate representation of color #D4D183: hue angle of 57.78º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4D183 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 209 | 131 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.17 |
| HSL | 57.78º | 0.49% | 0.67% | - |
| HSV(B) | 57.78º | 0.38% | 0.83% | - |
| XYZ | 54.05 | 61.24 | 30.44 | - |
| YUV | 201.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 209 | 131 | 0 | 0.01 | 0.38 | 0.17 | 57.78 | 0.49 | 0.67 |
| Hex | D4 | D1 | 83 | 0 | 1 | 26 | 11 | 3A | 31 | 43 |
| Octal | 324 | 321 | 203 | 0 | 1 | 46 | 21 | 72 | 61 | 103 |
| Binary | 11010100 | 11010001 | 10000011 | 0 | 1 | 100110 | 10001 | 111010 | 110001 | 1000011 |
Color Harmonies of #D4D183
Complementary color
Monochromatic Colors of #D4D183
Black with #D4D183
Text Example
Text Example
White with #D4D183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D183; }
p { color: rgb(212,209,131); }
H1.HeaderClassName
{
color: #D4D183;
}
.AnyTagClassName
{
color: #D4D183;
}
</style>
background-color css
<style>
a { background-color: #D4D183; }
a { background-color: rgb(212,209,131); }
div.DivClassName
{
background-color: #D4D183;
}
.BgClassName
{
background-color: #D4D183;
}
</style>
border-color css
<style>
span { border-color: #D4D183; }
span { border-color: rgb(212,209,131); }
td.TdClassName
{
border-color: #D4D183;
}
.TagClassName
{
border-color: #D4D183;
}
</style>