Shades of Manz #DCD05A
Tints of Manz #DCD05A
RGB
CMYK
RGB Variations
Color information
#DCD05A (or 0xDCD05A) is known color: Manz. HEX triplet: DC, D0 and 5A. RGB value is (220,208,90). Sum of RGB (Red+Green+Blue) = 220+208+90=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD05A is #232FA5. Grayscale: #C6C6C6. Windows color (decimal): -2305958 or 5951708. OLE color: 5951708.
HSL color Cylindrical-coordinate representation of color #DCD05A: hue angle of 54.46º 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 #DCD05A is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 90 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.14 |
| HSL | 54.46º | 0.65% | 0.61% | - |
| HSV(B) | 54.46º | 0.59% | 0.86% | - |
| XYZ | 53.92 | 61.07 | 18.62 | - |
| YUV | 198.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 90 | 0 | 0.05 | 0.59 | 0.14 | 54.46 | 0.65 | 0.61 |
| Hex | DC | D0 | 5A | 0 | 5 | 3B | E | 36 | 41 | 3D |
| Octal | 334 | 320 | 132 | 0 | 5 | 73 | 16 | 66 | 101 | 75 |
| Binary | 11011100 | 11010000 | 1011010 | 0 | 101 | 111011 | 1110 | 110110 | 1000001 | 111101 |
Color Harmonies of #DCD05A
Complementary color
Monochromatic Colors of #DCD05A
Black with #DCD05A
Text Example
Text Example
White with #DCD05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD05A; }
p { color: rgb(220,208,90); }
H1.HeaderClassName
{
color: #DCD05A;
}
.AnyTagClassName
{
color: #DCD05A;
}
</style>
background-color css
<style>
a { background-color: #DCD05A; }
a { background-color: rgb(220,208,90); }
div.DivClassName
{
background-color: #DCD05A;
}
.BgClassName
{
background-color: #DCD05A;
}
</style>
border-color css
<style>
span { border-color: #DCD05A; }
span { border-color: rgb(220,208,90); }
td.TdClassName
{
border-color: #DCD05A;
}
.TagClassName
{
border-color: #DCD05A;
}
</style>