Shades of Manz #DCD55B
Tints of Manz #DCD55B
RGB
CMYK
RGB Variations
Color information
#DCD55B (or 0xDCD55B) is known color: Manz. HEX triplet: DC, D5 and 5B. RGB value is (220,213,91). Sum of RGB (Red+Green+Blue) = 220+213+91=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD55B is #232AA4. Grayscale: #C9C9C9. Windows color (decimal): -2304677 or 6018524. OLE color: 6018524.
HSL color Cylindrical-coordinate representation of color #DCD55B: hue angle of 56.74º 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 #DCD55B is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 91 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.14 |
| HSL | 56.74º | 0.65% | 0.61% | - |
| HSV(B) | 56.74º | 0.59% | 0.86% | - |
| XYZ | 55.2 | 63.56 | 19.26 | - |
| YUV | 201.19 | 65.82 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 91 | 0 | 0.03 | 0.59 | 0.14 | 56.74 | 0.65 | 0.61 |
| Hex | DC | D5 | 5B | 0 | 3 | 3B | E | 39 | 41 | 3D |
| Octal | 334 | 325 | 133 | 0 | 3 | 73 | 16 | 71 | 101 | 75 |
| Binary | 11011100 | 11010101 | 1011011 | 0 | 11 | 111011 | 1110 | 111001 | 1000001 | 111101 |
Color Harmonies of #DCD55B
Complementary color
Monochromatic Colors of #DCD55B
Black with #DCD55B
Text Example
Text Example
White with #DCD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD55B; }
p { color: rgb(220,213,91); }
H1.HeaderClassName
{
color: #DCD55B;
}
.AnyTagClassName
{
color: #DCD55B;
}
</style>
background-color css
<style>
a { background-color: #DCD55B; }
a { background-color: rgb(220,213,91); }
div.DivClassName
{
background-color: #DCD55B;
}
.BgClassName
{
background-color: #DCD55B;
}
</style>
border-color css
<style>
span { border-color: #DCD55B; }
span { border-color: rgb(220,213,91); }
td.TdClassName
{
border-color: #DCD55B;
}
.TagClassName
{
border-color: #DCD55B;
}
</style>