Shades of Manz #DCD353
Tints of Manz #DCD353
RGB
CMYK
RGB Variations
Color information
#DCD353 (or 0xDCD353) is known color: Manz. HEX triplet: DC, D3 and 53. RGB value is (220,211,83). Sum of RGB (Red+Green+Blue) = 220+211+83=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD353 is #232CAC. Grayscale: #C7C7C7. Windows color (decimal): -2305197 or 5493724. OLE color: 5493724.
HSL color Cylindrical-coordinate representation of color #DCD353: hue angle of 56.06º 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 #DCD353 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 83 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.14 |
| HSL | 56.06º | 0.66% | 0.59% | - |
| HSV(B) | 56.06º | 0.62% | 0.86% | - |
| XYZ | 54.37 | 62.43 | 17.37 | - |
| YUV | 199.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 83 | 0 | 0.04 | 0.62 | 0.14 | 56.06 | 0.66 | 0.59 |
| Hex | DC | D3 | 53 | 0 | 4 | 3E | E | 38 | 42 | 3B |
| Octal | 334 | 323 | 123 | 0 | 4 | 76 | 16 | 70 | 102 | 73 |
| Binary | 11011100 | 11010011 | 1010011 | 0 | 100 | 111110 | 1110 | 111000 | 1000010 | 111011 |
Color Harmonies of #DCD353
Complementary color
Monochromatic Colors of #DCD353
Black with #DCD353
Text Example
Text Example
White with #DCD353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD353; }
p { color: rgb(220,211,83); }
H1.HeaderClassName
{
color: #DCD353;
}
.AnyTagClassName
{
color: #DCD353;
}
</style>
background-color css
<style>
a { background-color: #DCD353; }
a { background-color: rgb(220,211,83); }
div.DivClassName
{
background-color: #DCD353;
}
.BgClassName
{
background-color: #DCD353;
}
</style>
border-color css
<style>
span { border-color: #DCD353; }
span { border-color: rgb(220,211,83); }
td.TdClassName
{
border-color: #DCD353;
}
.TagClassName
{
border-color: #DCD353;
}
</style>