Shades of Manz #D5CC5C
Tints of Manz #D5CC5C
RGB
CMYK
RGB Variations
Color information
#D5CC5C (or 0xD5CC5C) is known color: Manz. HEX triplet: D5, CC and 5C. RGB value is (213,204,92). Sum of RGB (Red+Green+Blue) = 213+204+92=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 92 (36.33% from 255 or 18.07% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC5C is #2A33A3. Grayscale: #C2C2C2. Windows color (decimal): -2765732 or 6081749. OLE color: 6081749.
HSL color Cylindrical-coordinate representation of color #D5CC5C: hue angle of 55.54º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5CC5C is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 92 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.16 |
| HSL | 55.54º | 0.59% | 0.6% | - |
| HSV(B) | 55.54º | 0.57% | 0.84% | - |
| XYZ | 50.97 | 58.1 | 18.65 | - |
| YUV | 193.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 92 | 0 | 0.04 | 0.57 | 0.16 | 55.54 | 0.59 | 0.6 |
| Hex | D5 | CC | 5C | 0 | 4 | 39 | 10 | 38 | 3B | 3C |
| Octal | 325 | 314 | 134 | 0 | 4 | 71 | 20 | 70 | 73 | 74 |
| Binary | 11010101 | 11001100 | 1011100 | 0 | 100 | 111001 | 10000 | 111000 | 111011 | 111100 |
Color Harmonies of #D5CC5C
Complementary color
Monochromatic Colors of #D5CC5C
Black with #D5CC5C
Text Example
Text Example
White with #D5CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC5C; }
p { color: rgb(213,204,92); }
H1.HeaderClassName
{
color: #D5CC5C;
}
.AnyTagClassName
{
color: #D5CC5C;
}
</style>
background-color css
<style>
a { background-color: #D5CC5C; }
a { background-color: rgb(213,204,92); }
div.DivClassName
{
background-color: #D5CC5C;
}
.BgClassName
{
background-color: #D5CC5C;
}
</style>
border-color css
<style>
span { border-color: #D5CC5C; }
span { border-color: rgb(213,204,92); }
td.TdClassName
{
border-color: #D5CC5C;
}
.TagClassName
{
border-color: #D5CC5C;
}
</style>