Shades of Manz #DCDA5D
Tints of Manz #DCDA5D
RGB
CMYK
RGB Variations
Color information
#DCDA5D (or 0xDCDA5D) is known color: Manz. HEX triplet: DC, DA and 5D. RGB value is (220,218,93). Sum of RGB (Red+Green+Blue) = 220+218+93=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA5D is #2325A2. Grayscale: #CCCCCC. Windows color (decimal): -2303395 or 6150876. OLE color: 6150876.
HSL color Cylindrical-coordinate representation of color #DCDA5D: hue angle of 59.06º degrees, saturation: 0.64, 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 #DCDA5D is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 93 | - |
CMYK | 0 | 0.01 | 0.58 | 0.14 |
HSL | 59.06º | 0.64% | 0.61% | - |
HSV(B) | 59.06º | 0.58% | 0.86% | - |
XYZ | 56.56 | 66.15 | 20.14 | - |
YUV | 204.35 | 65.16 | 139.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 93 | 0 | 0.01 | 0.58 | 0.14 | 59.06 | 0.64 | 0.61 |
Hex | DC | DA | 5D | 0 | 1 | 3A | E | 3B | 40 | 3D |
Octal | 334 | 332 | 135 | 0 | 1 | 72 | 16 | 73 | 100 | 75 |
Binary | 11011100 | 11011010 | 1011101 | 0 | 1 | 111010 | 1110 | 111011 | 1000000 | 111101 |
Color Harmonies of #DCDA5D
Complementary color
Monochromatic Colors of #DCDA5D
Black with #DCDA5D
Text Example
Text Example
White with #DCDA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA5D; }
p { color: rgb(220,218,93); }
H1.HeaderClassName
{
color: #DCDA5D;
}
.AnyTagClassName
{
color: #DCDA5D;
}
</style>
background-color css
<style>
a { background-color: #DCDA5D; }
a { background-color: rgb(220,218,93); }
div.DivClassName
{
background-color: #DCDA5D;
}
.BgClassName
{
background-color: #DCDA5D;
}
</style>
border-color css
<style>
span { border-color: #DCDA5D; }
span { border-color: rgb(220,218,93); }
td.TdClassName
{
border-color: #DCDA5D;
}
.TagClassName
{
border-color: #DCDA5D;
}
</style>