Shades of Deco #D4DC83
Tints of Deco #D4DC83
RGB
CMYK
RGB Variations
Color information
#D4DC83 (or 0xD4DC83) is known color: Deco. HEX triplet: D4, DC and 83. RGB value is (212,220,131). Sum of RGB (Red+Green+Blue) = 212+220+131=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DC83 is #2B237C. Grayscale: #CFCFCF. Windows color (decimal): -2827133 or 8641748. OLE color: 8641748.
HSL color Cylindrical-coordinate representation of color #D4DC83: hue angle of 65.39º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4DC83 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 131 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.14 |
| HSL | 65.39º | 0.56% | 0.69% | - |
| HSV(B) | 65.39º | 0.4% | 0.86% | - |
| XYZ | 56.84 | 66.82 | 31.37 | - |
| YUV | 207.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 131 | 0.04 | 0 | 0.40 | 0.14 | 65.39 | 0.56 | 0.69 |
| Hex | D4 | DC | 83 | 4 | 0 | 28 | E | 41 | 38 | 45 |
| Octal | 324 | 334 | 203 | 4 | 0 | 50 | 16 | 101 | 70 | 105 |
| Binary | 11010100 | 11011100 | 10000011 | 100 | 0 | 101000 | 1110 | 1000001 | 111000 | 1000101 |
Color Harmonies of #D4DC83
Complementary color
Monochromatic Colors of #D4DC83
Black with #D4DC83
Text Example
Text Example
White with #D4DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC83; }
p { color: rgb(212,220,131); }
H1.HeaderClassName
{
color: #D4DC83;
}
.AnyTagClassName
{
color: #D4DC83;
}
</style>
background-color css
<style>
a { background-color: #D4DC83; }
a { background-color: rgb(212,220,131); }
div.DivClassName
{
background-color: #D4DC83;
}
.BgClassName
{
background-color: #D4DC83;
}
</style>
border-color css
<style>
span { border-color: #D4DC83; }
span { border-color: rgb(212,220,131); }
td.TdClassName
{
border-color: #D4DC83;
}
.TagClassName
{
border-color: #D4DC83;
}
</style>