Shades of Manz #DCD754
Tints of Manz #DCD754
RGB
CMYK
RGB Variations
Color information
#DCD754 (or 0xDCD754) is known color: Manz. HEX triplet: DC, D7 and 54. RGB value is (220,215,84). Sum of RGB (Red+Green+Blue) = 220+215+84=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD754 is #2328AB. Grayscale: #CACACA. Windows color (decimal): -2304172 or 5560284. OLE color: 5560284.
HSL color Cylindrical-coordinate representation of color #DCD754: hue angle of 57.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCD754 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 84 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.14 |
| HSL | 57.79º | 0.66% | 0.6% | - |
| HSV(B) | 57.79º | 0.62% | 0.86% | - |
| XYZ | 55.42 | 64.46 | 17.91 | - |
| YUV | 201.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 84 | 0 | 0.02 | 0.62 | 0.14 | 57.79 | 0.66 | 0.6 |
| Hex | DC | D7 | 54 | 0 | 2 | 3E | E | 3A | 42 | 3C |
| Octal | 334 | 327 | 124 | 0 | 2 | 76 | 16 | 72 | 102 | 74 |
| Binary | 11011100 | 11010111 | 1010100 | 0 | 10 | 111110 | 1110 | 111010 | 1000010 | 111100 |
Color Harmonies of #DCD754
Complementary color
Monochromatic Colors of #DCD754
Black with #DCD754
Text Example
Text Example
White with #DCD754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD754; }
p { color: rgb(220,215,84); }
H1.HeaderClassName
{
color: #DCD754;
}
.AnyTagClassName
{
color: #DCD754;
}
</style>
background-color css
<style>
a { background-color: #DCD754; }
a { background-color: rgb(220,215,84); }
div.DivClassName
{
background-color: #DCD754;
}
.BgClassName
{
background-color: #DCD754;
}
</style>
border-color css
<style>
span { border-color: #DCD754; }
span { border-color: rgb(220,215,84); }
td.TdClassName
{
border-color: #DCD754;
}
.TagClassName
{
border-color: #DCD754;
}
</style>