Shades of Manz #DCD35A
Tints of Manz #DCD35A
RGB
CMYK
RGB Variations
Color information
#DCD35A (or 0xDCD35A) is known color: Manz. HEX triplet: DC, D3 and 5A. RGB value is (220,211,90). Sum of RGB (Red+Green+Blue) = 220+211+90=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD35A is #232CA5. Grayscale: #C8C8C8. Windows color (decimal): -2305190 or 5952476. OLE color: 5952476.
HSL color Cylindrical-coordinate representation of color #DCD35A: hue angle of 55.85º 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 #DCD35A is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 90 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.14 |
| HSL | 55.85º | 0.65% | 0.61% | - |
| HSV(B) | 55.85º | 0.59% | 0.86% | - |
| XYZ | 54.65 | 62.54 | 18.86 | - |
| YUV | 199.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 90 | 0 | 0.04 | 0.59 | 0.14 | 55.85 | 0.65 | 0.61 |
| Hex | DC | D3 | 5A | 0 | 4 | 3B | E | 38 | 41 | 3D |
| Octal | 334 | 323 | 132 | 0 | 4 | 73 | 16 | 70 | 101 | 75 |
| Binary | 11011100 | 11010011 | 1011010 | 0 | 100 | 111011 | 1110 | 111000 | 1000001 | 111101 |
Color Harmonies of #DCD35A
Complementary color
Monochromatic Colors of #DCD35A
Black with #DCD35A
Text Example
Text Example
White with #DCD35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD35A; }
p { color: rgb(220,211,90); }
H1.HeaderClassName
{
color: #DCD35A;
}
.AnyTagClassName
{
color: #DCD35A;
}
</style>
background-color css
<style>
a { background-color: #DCD35A; }
a { background-color: rgb(220,211,90); }
div.DivClassName
{
background-color: #DCD35A;
}
.BgClassName
{
background-color: #DCD35A;
}
</style>
border-color css
<style>
span { border-color: #DCD35A; }
span { border-color: rgb(220,211,90); }
td.TdClassName
{
border-color: #DCD35A;
}
.TagClassName
{
border-color: #DCD35A;
}
</style>