Shades of Manz #DCD75C
Tints of Manz #DCD75C
RGB
CMYK
RGB Variations
Color information
#DCD75C (or 0xDCD75C) is known color: Manz. HEX triplet: DC, D7 and 5C. RGB value is (220,215,92). Sum of RGB (Red+Green+Blue) = 220+215+92=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD75C is #2328A3. Grayscale: #CACACA. Windows color (decimal): -2304164 or 6084572. OLE color: 6084572.
HSL color Cylindrical-coordinate representation of color #DCD75C: hue angle of 57.66º 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 #DCD75C is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 92 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.14 |
| HSL | 57.66º | 0.65% | 0.61% | - |
| HSV(B) | 57.66º | 0.58% | 0.86% | - |
| XYZ | 55.75 | 64.59 | 19.65 | - |
| YUV | 202.47 | 65.66 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 92 | 0 | 0.02 | 0.58 | 0.14 | 57.66 | 0.65 | 0.61 |
| Hex | DC | D7 | 5C | 0 | 2 | 3A | E | 3A | 41 | 3D |
| Octal | 334 | 327 | 134 | 0 | 2 | 72 | 16 | 72 | 101 | 75 |
| Binary | 11011100 | 11010111 | 1011100 | 0 | 10 | 111010 | 1110 | 111010 | 1000001 | 111101 |
Color Harmonies of #DCD75C
Complementary color
Monochromatic Colors of #DCD75C
Black with #DCD75C
Text Example
Text Example
White with #DCD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD75C; }
p { color: rgb(220,215,92); }
H1.HeaderClassName
{
color: #DCD75C;
}
.AnyTagClassName
{
color: #DCD75C;
}
</style>
background-color css
<style>
a { background-color: #DCD75C; }
a { background-color: rgb(220,215,92); }
div.DivClassName
{
background-color: #DCD75C;
}
.BgClassName
{
background-color: #DCD75C;
}
</style>
border-color css
<style>
span { border-color: #DCD75C; }
span { border-color: rgb(220,215,92); }
td.TdClassName
{
border-color: #DCD75C;
}
.TagClassName
{
border-color: #DCD75C;
}
</style>