Shades of Manz #DCCF59
Tints of Manz #DCCF59
RGB
CMYK
RGB Variations
Color information
#DCCF59 (or 0xDCCF59) is known color: Manz. HEX triplet: DC, CF and 59. RGB value is (220,207,89). Sum of RGB (Red+Green+Blue) = 220+207+89=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF59 is #2330A6. Grayscale: #C5C5C5. Windows color (decimal): -2306215 or 5885916. OLE color: 5885916.
HSL color Cylindrical-coordinate representation of color #DCCF59: hue angle of 54.05º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCCF59 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 89 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.14 |
| HSL | 54.05º | 0.65% | 0.61% | - |
| HSV(B) | 54.05º | 0.6% | 0.86% | - |
| XYZ | 53.63 | 60.56 | 18.31 | - |
| YUV | 197.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 89 | 0 | 0.06 | 0.60 | 0.14 | 54.05 | 0.65 | 0.61 |
| Hex | DC | CF | 59 | 0 | 6 | 3C | E | 36 | 41 | 3D |
| Octal | 334 | 317 | 131 | 0 | 6 | 74 | 16 | 66 | 101 | 75 |
| Binary | 11011100 | 11001111 | 1011001 | 0 | 110 | 111100 | 1110 | 110110 | 1000001 | 111101 |
Color Harmonies of #DCCF59
Complementary color
Monochromatic Colors of #DCCF59
Black with #DCCF59
Text Example
Text Example
White with #DCCF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF59; }
p { color: rgb(220,207,89); }
H1.HeaderClassName
{
color: #DCCF59;
}
.AnyTagClassName
{
color: #DCCF59;
}
</style>
background-color css
<style>
a { background-color: #DCCF59; }
a { background-color: rgb(220,207,89); }
div.DivClassName
{
background-color: #DCCF59;
}
.BgClassName
{
background-color: #DCCF59;
}
</style>
border-color css
<style>
span { border-color: #DCCF59; }
span { border-color: rgb(220,207,89); }
td.TdClassName
{
border-color: #DCCF59;
}
.TagClassName
{
border-color: #DCCF59;
}
</style>