Shades of Manz #DCD05B
Tints of Manz #DCD05B
RGB
CMYK
RGB Variations
Color information
#DCD05B (or 0xDCD05B) is known color: Manz. HEX triplet: DC, D0 and 5B. RGB value is (220,208,91). Sum of RGB (Red+Green+Blue) = 220+208+91=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD05B is #232FA4. Grayscale: #C6C6C6. Windows color (decimal): -2305957 or 6017244. OLE color: 6017244.
HSL color Cylindrical-coordinate representation of color #DCD05B: hue angle of 54.42º 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 #DCD05B is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 91 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.14 |
| HSL | 54.42º | 0.65% | 0.61% | - |
| HSV(B) | 54.42º | 0.59% | 0.86% | - |
| XYZ | 53.96 | 61.08 | 18.84 | - |
| YUV | 198.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 91 | 0 | 0.05 | 0.59 | 0.14 | 54.42 | 0.65 | 0.61 |
| Hex | DC | D0 | 5B | 0 | 5 | 3B | E | 36 | 41 | 3D |
| Octal | 334 | 320 | 133 | 0 | 5 | 73 | 16 | 66 | 101 | 75 |
| Binary | 11011100 | 11010000 | 1011011 | 0 | 101 | 111011 | 1110 | 110110 | 1000001 | 111101 |
Color Harmonies of #DCD05B
Complementary color
Monochromatic Colors of #DCD05B
Black with #DCD05B
Text Example
Text Example
White with #DCD05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD05B; }
p { color: rgb(220,208,91); }
H1.HeaderClassName
{
color: #DCD05B;
}
.AnyTagClassName
{
color: #DCD05B;
}
</style>
background-color css
<style>
a { background-color: #DCD05B; }
a { background-color: rgb(220,208,91); }
div.DivClassName
{
background-color: #DCD05B;
}
.BgClassName
{
background-color: #DCD05B;
}
</style>
border-color css
<style>
span { border-color: #DCD05B; }
span { border-color: rgb(220,208,91); }
td.TdClassName
{
border-color: #DCD05B;
}
.TagClassName
{
border-color: #DCD05B;
}
</style>