Shades of Manz #DCD45A
Tints of Manz #DCD45A
RGB
CMYK
RGB Variations
Color information
#DCD45A (or 0xDCD45A) is known color: Manz. HEX triplet: DC, D4 and 5A. RGB value is (220,212,90). Sum of RGB (Red+Green+Blue) = 220+212+90=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD45A is #232BA5. Grayscale: #C8C8C8. Windows color (decimal): -2304934 or 5952732. OLE color: 5952732.
HSL color Cylindrical-coordinate representation of color #DCD45A: hue angle of 56.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCD45A is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 90 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.14 |
| HSL | 56.31º | 0.65% | 0.61% | - |
| HSV(B) | 56.31º | 0.59% | 0.86% | - |
| XYZ | 54.9 | 63.04 | 18.95 | - |
| YUV | 200.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 90 | 0 | 0.04 | 0.59 | 0.14 | 56.31 | 0.65 | 0.61 |
| Hex | DC | D4 | 5A | 0 | 4 | 3B | E | 38 | 41 | 3D |
| Octal | 334 | 324 | 132 | 0 | 4 | 73 | 16 | 70 | 101 | 75 |
| Binary | 11011100 | 11010100 | 1011010 | 0 | 100 | 111011 | 1110 | 111000 | 1000001 | 111101 |
Color Harmonies of #DCD45A
Complementary color
Monochromatic Colors of #DCD45A
Black with #DCD45A
Text Example
Text Example
White with #DCD45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD45A; }
p { color: rgb(220,212,90); }
H1.HeaderClassName
{
color: #DCD45A;
}
.AnyTagClassName
{
color: #DCD45A;
}
</style>
background-color css
<style>
a { background-color: #DCD45A; }
a { background-color: rgb(220,212,90); }
div.DivClassName
{
background-color: #DCD45A;
}
.BgClassName
{
background-color: #DCD45A;
}
</style>
border-color css
<style>
span { border-color: #DCD45A; }
span { border-color: rgb(220,212,90); }
td.TdClassName
{
border-color: #DCD45A;
}
.TagClassName
{
border-color: #DCD45A;
}
</style>