Shades of Manz #DCD153
Tints of Manz #DCD153
RGB
CMYK
RGB Variations
Color information
#DCD153 (or 0xDCD153) is known color: Manz. HEX triplet: DC, D1 and 53. RGB value is (220,209,83). Sum of RGB (Red+Green+Blue) = 220+209+83=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD153 is #232EAC. Grayscale: #C6C6C6. Windows color (decimal): -2305709 or 5493212. OLE color: 5493212.
HSL color Cylindrical-coordinate representation of color #DCD153: hue angle of 55.18º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCD153 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 83 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.14 |
| HSL | 55.18º | 0.66% | 0.59% | - |
| HSV(B) | 55.18º | 0.62% | 0.86% | - |
| XYZ | 53.88 | 61.44 | 17.2 | - |
| YUV | 197.93 | 63.14 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 83 | 0 | 0.05 | 0.62 | 0.14 | 55.18 | 0.66 | 0.59 |
| Hex | DC | D1 | 53 | 0 | 5 | 3E | E | 37 | 42 | 3B |
| Octal | 334 | 321 | 123 | 0 | 5 | 76 | 16 | 67 | 102 | 73 |
| Binary | 11011100 | 11010001 | 1010011 | 0 | 101 | 111110 | 1110 | 110111 | 1000010 | 111011 |
Color Harmonies of #DCD153
Complementary color
Monochromatic Colors of #DCD153
Black with #DCD153
Text Example
Text Example
White with #DCD153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD153; }
p { color: rgb(220,209,83); }
H1.HeaderClassName
{
color: #DCD153;
}
.AnyTagClassName
{
color: #DCD153;
}
</style>
background-color css
<style>
a { background-color: #DCD153; }
a { background-color: rgb(220,209,83); }
div.DivClassName
{
background-color: #DCD153;
}
.BgClassName
{
background-color: #DCD153;
}
</style>
border-color css
<style>
span { border-color: #DCD153; }
span { border-color: rgb(220,209,83); }
td.TdClassName
{
border-color: #DCD153;
}
.TagClassName
{
border-color: #DCD153;
}
</style>