Shades of Manz #D4CD5C
Tints of Manz #D4CD5C
RGB
CMYK
RGB Variations
Color information
#D4CD5C (or 0xD4CD5C) is known color: Manz. HEX triplet: D4, CD and 5C. RGB value is (212,205,92). Sum of RGB (Red+Green+Blue) = 212+205+92=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD5C is #2B32A3. Grayscale: #C2C2C2. Windows color (decimal): -2831012 or 6082004. OLE color: 6082004.
HSL color Cylindrical-coordinate representation of color #D4CD5C: hue angle of 56.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4CD5C is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 205 | 92 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.17 |
| HSL | 56.5º | 0.58% | 0.6% | - |
| HSV(B) | 56.5º | 0.57% | 0.83% | - |
| XYZ | 50.91 | 58.43 | 18.72 | - |
| YUV | 194.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 205 | 92 | 0 | 0.03 | 0.57 | 0.17 | 56.5 | 0.58 | 0.6 |
| Hex | D4 | CD | 5C | 0 | 3 | 39 | 11 | 38 | 3A | 3C |
| Octal | 324 | 315 | 134 | 0 | 3 | 71 | 21 | 70 | 72 | 74 |
| Binary | 11010100 | 11001101 | 1011100 | 0 | 11 | 111001 | 10001 | 111000 | 111010 | 111100 |
Color Harmonies of #D4CD5C
Complementary color
Monochromatic Colors of #D4CD5C
Black with #D4CD5C
Text Example
Text Example
White with #D4CD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CD5C; }
p { color: rgb(212,205,92); }
H1.HeaderClassName
{
color: #D4CD5C;
}
.AnyTagClassName
{
color: #D4CD5C;
}
</style>
background-color css
<style>
a { background-color: #D4CD5C; }
a { background-color: rgb(212,205,92); }
div.DivClassName
{
background-color: #D4CD5C;
}
.BgClassName
{
background-color: #D4CD5C;
}
</style>
border-color css
<style>
span { border-color: #D4CD5C; }
span { border-color: rgb(212,205,92); }
td.TdClassName
{
border-color: #D4CD5C;
}
.TagClassName
{
border-color: #D4CD5C;
}
</style>