Shades of Manz #DCD75B
Tints of Manz #DCD75B
RGB
CMYK
RGB Variations
Color information
#DCD75B (or 0xDCD75B) is known color: Manz. HEX triplet: DC, D7 and 5B. RGB value is (220,215,91). Sum of RGB (Red+Green+Blue) = 220+215+91=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD75B is #2328A4. Grayscale: #CACACA. Windows color (decimal): -2304165 or 6019036. OLE color: 6019036.
HSL color Cylindrical-coordinate representation of color #DCD75B: hue angle of 57.67º 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 #DCD75B is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 91 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.14 |
| HSL | 57.67º | 0.65% | 0.61% | - |
| HSV(B) | 57.67º | 0.59% | 0.86% | - |
| XYZ | 55.7 | 64.57 | 19.43 | - |
| YUV | 202.36 | 65.16 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 91 | 0 | 0.02 | 0.59 | 0.14 | 57.67 | 0.65 | 0.61 |
| Hex | DC | D7 | 5B | 0 | 2 | 3B | E | 3A | 41 | 3D |
| Octal | 334 | 327 | 133 | 0 | 2 | 73 | 16 | 72 | 101 | 75 |
| Binary | 11011100 | 11010111 | 1011011 | 0 | 10 | 111011 | 1110 | 111010 | 1000001 | 111101 |
Color Harmonies of #DCD75B
Complementary color
Monochromatic Colors of #DCD75B
Black with #DCD75B
Text Example
Text Example
White with #DCD75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD75B; }
p { color: rgb(220,215,91); }
H1.HeaderClassName
{
color: #DCD75B;
}
.AnyTagClassName
{
color: #DCD75B;
}
</style>
background-color css
<style>
a { background-color: #DCD75B; }
a { background-color: rgb(220,215,91); }
div.DivClassName
{
background-color: #DCD75B;
}
.BgClassName
{
background-color: #DCD75B;
}
</style>
border-color css
<style>
span { border-color: #DCD75B; }
span { border-color: rgb(220,215,91); }
td.TdClassName
{
border-color: #DCD75B;
}
.TagClassName
{
border-color: #DCD75B;
}
</style>