Shades of Manz #DCD15C
Tints of Manz #DCD15C
RGB
CMYK
RGB Variations
Color information
#DCD15C (or 0xDCD15C) is known color: Manz. HEX triplet: DC, D1 and 5C. RGB value is (220,209,92). Sum of RGB (Red+Green+Blue) = 220+209+92=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD15C is #232EA3. Grayscale: #C7C7C7. Windows color (decimal): -2305700 or 6083036. OLE color: 6083036.
HSL color Cylindrical-coordinate representation of color #DCD15C: hue angle of 54.84º 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 #DCD15C is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 92 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.14 |
| HSL | 54.84º | 0.65% | 0.61% | - |
| HSV(B) | 54.84º | 0.58% | 0.86% | - |
| XYZ | 54.25 | 61.59 | 19.15 | - |
| YUV | 198.95 | 67.64 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 92 | 0 | 0.05 | 0.58 | 0.14 | 54.84 | 0.65 | 0.61 |
| Hex | DC | D1 | 5C | 0 | 5 | 3A | E | 37 | 41 | 3D |
| Octal | 334 | 321 | 134 | 0 | 5 | 72 | 16 | 67 | 101 | 75 |
| Binary | 11011100 | 11010001 | 1011100 | 0 | 101 | 111010 | 1110 | 110111 | 1000001 | 111101 |
Color Harmonies of #DCD15C
Complementary color
Monochromatic Colors of #DCD15C
Black with #DCD15C
Text Example
Text Example
White with #DCD15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD15C; }
p { color: rgb(220,209,92); }
H1.HeaderClassName
{
color: #DCD15C;
}
.AnyTagClassName
{
color: #DCD15C;
}
</style>
background-color css
<style>
a { background-color: #DCD15C; }
a { background-color: rgb(220,209,92); }
div.DivClassName
{
background-color: #DCD15C;
}
.BgClassName
{
background-color: #DCD15C;
}
</style>
border-color css
<style>
span { border-color: #DCD15C; }
span { border-color: rgb(220,209,92); }
td.TdClassName
{
border-color: #DCD15C;
}
.TagClassName
{
border-color: #DCD15C;
}
</style>