Shades of Manz #DCDA4B
Tints of Manz #DCDA4B
RGB
CMYK
RGB Variations
Color information
#DCDA4B (or 0xDCDA4B) is known color: Manz. HEX triplet: DC, DA and 4B. RGB value is (220,218,75). Sum of RGB (Red+Green+Blue) = 220+218+75=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA4B is #2325B4. Grayscale: #CACACA. Windows color (decimal): -2303413 or 4971228. OLE color: 4971228.
HSL color Cylindrical-coordinate representation of color #DCDA4B: hue angle of 59.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCDA4B is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 75 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.14 |
| HSL | 59.17º | 0.67% | 0.58% | - |
| HSV(B) | 59.17º | 0.66% | 0.86% | - |
| XYZ | 55.86 | 65.87 | 16.43 | - |
| YUV | 202.3 | 56.16 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 75 | 0 | 0.01 | 0.66 | 0.14 | 59.17 | 0.67 | 0.58 |
| Hex | DC | DA | 4B | 0 | 1 | 42 | E | 3B | 43 | 3A |
| Octal | 334 | 332 | 113 | 0 | 1 | 102 | 16 | 73 | 103 | 72 |
| Binary | 11011100 | 11011010 | 1001011 | 0 | 1 | 1000010 | 1110 | 111011 | 1000011 | 111010 |
Color Harmonies of #DCDA4B
Complementary color
Monochromatic Colors of #DCDA4B
Black with #DCDA4B
Text Example
Text Example
White with #DCDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA4B; }
p { color: rgb(220,218,75); }
H1.HeaderClassName
{
color: #DCDA4B;
}
.AnyTagClassName
{
color: #DCDA4B;
}
</style>
background-color css
<style>
a { background-color: #DCDA4B; }
a { background-color: rgb(220,218,75); }
div.DivClassName
{
background-color: #DCDA4B;
}
.BgClassName
{
background-color: #DCDA4B;
}
</style>
border-color css
<style>
span { border-color: #DCDA4B; }
span { border-color: rgb(220,218,75); }
td.TdClassName
{
border-color: #DCDA4B;
}
.TagClassName
{
border-color: #DCDA4B;
}
</style>