Shades of Manz #DCDB5C
Tints of Manz #DCDB5C
RGB
CMYK
RGB Variations
Color information
#DCDB5C (or 0xDCDB5C) is known color: Manz. HEX triplet: DC, DB and 5C. RGB value is (220,219,92). Sum of RGB (Red+Green+Blue) = 220+219+92=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB5C is #2324A3. Grayscale: #CDCDCD. Windows color (decimal): -2303140 or 6085596. OLE color: 6085596.
HSL color Cylindrical-coordinate representation of color #DCDB5C: hue angle of 59.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCDB5C is Cyan = 0, Magento = 0.00, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 92 | - |
| CMYK | 0 | 0.00 | 0.58 | 0.14 |
| HSL | 59.53º | 0.65% | 0.61% | - |
| HSV(B) | 59.53º | 0.58% | 0.86% | - |
| XYZ | 56.78 | 66.65 | 20 | - |
| YUV | 204.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 92 | 0 | 0.00 | 0.58 | 0.14 | 59.53 | 0.65 | 0.61 |
| Hex | DC | DB | 5C | 0 | 0 | 3A | E | 3C | 41 | 3D |
| Octal | 334 | 333 | 134 | 0 | 0 | 72 | 16 | 74 | 101 | 75 |
| Binary | 11011100 | 11011011 | 1011100 | 0 | 0 | 111010 | 1110 | 111100 | 1000001 | 111101 |
Color Harmonies of #DCDB5C
Complementary color
Monochromatic Colors of #DCDB5C
Black with #DCDB5C
Text Example
Text Example
White with #DCDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB5C; }
p { color: rgb(220,219,92); }
H1.HeaderClassName
{
color: #DCDB5C;
}
.AnyTagClassName
{
color: #DCDB5C;
}
</style>
background-color css
<style>
a { background-color: #DCDB5C; }
a { background-color: rgb(220,219,92); }
div.DivClassName
{
background-color: #DCDB5C;
}
.BgClassName
{
background-color: #DCDB5C;
}
</style>
border-color css
<style>
span { border-color: #DCDB5C; }
span { border-color: rgb(220,219,92); }
td.TdClassName
{
border-color: #DCDB5C;
}
.TagClassName
{
border-color: #DCDB5C;
}
</style>