Shades of Manz #DCD75A
Tints of Manz #DCD75A
RGB
CMYK
RGB Variations
Color information
#DCD75A (or 0xDCD75A) is known color: Manz. HEX triplet: DC, D7 and 5A. RGB value is (220,215,90). Sum of RGB (Red+Green+Blue) = 220+215+90=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD75A is #2328A5. Grayscale: #CACACA. Windows color (decimal): -2304166 or 5953500. OLE color: 5953500.
HSL color Cylindrical-coordinate representation of color #DCD75A: hue angle of 57.69º 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 #DCD75A is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 90 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.14 |
| HSL | 57.69º | 0.65% | 0.61% | - |
| HSV(B) | 57.69º | 0.59% | 0.86% | - |
| XYZ | 55.66 | 64.55 | 19.2 | - |
| YUV | 202.25 | 64.66 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 90 | 0 | 0.02 | 0.59 | 0.14 | 57.69 | 0.65 | 0.61 |
| Hex | DC | D7 | 5A | 0 | 2 | 3B | E | 3A | 41 | 3D |
| Octal | 334 | 327 | 132 | 0 | 2 | 73 | 16 | 72 | 101 | 75 |
| Binary | 11011100 | 11010111 | 1011010 | 0 | 10 | 111011 | 1110 | 111010 | 1000001 | 111101 |
Color Harmonies of #DCD75A
Complementary color
Monochromatic Colors of #DCD75A
Black with #DCD75A
Text Example
Text Example
White with #DCD75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD75A; }
p { color: rgb(220,215,90); }
H1.HeaderClassName
{
color: #DCD75A;
}
.AnyTagClassName
{
color: #DCD75A;
}
</style>
background-color css
<style>
a { background-color: #DCD75A; }
a { background-color: rgb(220,215,90); }
div.DivClassName
{
background-color: #DCD75A;
}
.BgClassName
{
background-color: #DCD75A;
}
</style>
border-color css
<style>
span { border-color: #DCD75A; }
span { border-color: rgb(220,215,90); }
td.TdClassName
{
border-color: #DCD75A;
}
.TagClassName
{
border-color: #DCD75A;
}
</style>