Shades of Manz #DCD54E
Tints of Manz #DCD54E
RGB
CMYK
RGB Variations
Color information
#DCD54E (or 0xDCD54E) is known color: Manz. HEX triplet: DC, D5 and 4E. RGB value is (220,213,78). Sum of RGB (Red+Green+Blue) = 220+213+78=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD54E is #232AB1. Grayscale: #C8C8C8. Windows color (decimal): -2304690 or 5166556. OLE color: 5166556.
HSL color Cylindrical-coordinate representation of color #DCD54E: hue angle of 57.04º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCD54E is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 78 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.14 |
| HSL | 57.04º | 0.67% | 0.58% | - |
| HSV(B) | 57.04º | 0.65% | 0.86% | - |
| XYZ | 54.68 | 63.35 | 16.55 | - |
| YUV | 199.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 78 | 0 | 0.03 | 0.65 | 0.14 | 57.04 | 0.67 | 0.58 |
| Hex | DC | D5 | 4E | 0 | 3 | 41 | E | 39 | 43 | 3A |
| Octal | 334 | 325 | 116 | 0 | 3 | 101 | 16 | 71 | 103 | 72 |
| Binary | 11011100 | 11010101 | 1001110 | 0 | 11 | 1000001 | 1110 | 111001 | 1000011 | 111010 |
Color Harmonies of #DCD54E
Complementary color
Monochromatic Colors of #DCD54E
Black with #DCD54E
Text Example
Text Example
White with #DCD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD54E; }
p { color: rgb(220,213,78); }
H1.HeaderClassName
{
color: #DCD54E;
}
.AnyTagClassName
{
color: #DCD54E;
}
</style>
background-color css
<style>
a { background-color: #DCD54E; }
a { background-color: rgb(220,213,78); }
div.DivClassName
{
background-color: #DCD54E;
}
.BgClassName
{
background-color: #DCD54E;
}
</style>
border-color css
<style>
span { border-color: #DCD54E; }
span { border-color: rgb(220,213,78); }
td.TdClassName
{
border-color: #DCD54E;
}
.TagClassName
{
border-color: #DCD54E;
}
</style>