Shades of Manz #DCCF54
Tints of Manz #DCCF54
RGB
CMYK
RGB Variations
Color information
#DCCF54 (or 0xDCCF54) is known color: Manz. HEX triplet: DC, CF and 54. RGB value is (220,207,84). Sum of RGB (Red+Green+Blue) = 220+207+84=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF54 is #2330AB. Grayscale: #C5C5C5. Windows color (decimal): -2306220 or 5558236. OLE color: 5558236.
HSL color Cylindrical-coordinate representation of color #DCCF54: hue angle of 54.26º 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 #DCCF54 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 84 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.14 |
| HSL | 54.26º | 0.66% | 0.6% | - |
| HSV(B) | 54.26º | 0.62% | 0.86% | - |
| XYZ | 53.43 | 60.48 | 17.25 | - |
| YUV | 196.87 | 64.31 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 84 | 0 | 0.06 | 0.62 | 0.14 | 54.26 | 0.66 | 0.6 |
| Hex | DC | CF | 54 | 0 | 6 | 3E | E | 36 | 42 | 3C |
| Octal | 334 | 317 | 124 | 0 | 6 | 76 | 16 | 66 | 102 | 74 |
| Binary | 11011100 | 11001111 | 1010100 | 0 | 110 | 111110 | 1110 | 110110 | 1000010 | 111100 |
Color Harmonies of #DCCF54
Complementary color
Monochromatic Colors of #DCCF54
Black with #DCCF54
Text Example
Text Example
White with #DCCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF54; }
p { color: rgb(220,207,84); }
H1.HeaderClassName
{
color: #DCCF54;
}
.AnyTagClassName
{
color: #DCCF54;
}
</style>
background-color css
<style>
a { background-color: #DCCF54; }
a { background-color: rgb(220,207,84); }
div.DivClassName
{
background-color: #DCCF54;
}
.BgClassName
{
background-color: #DCCF54;
}
</style>
border-color css
<style>
span { border-color: #DCCF54; }
span { border-color: rgb(220,207,84); }
td.TdClassName
{
border-color: #DCCF54;
}
.TagClassName
{
border-color: #DCCF54;
}
</style>