Shades of Manz #DCCF5A
Tints of Manz #DCCF5A
RGB
CMYK
RGB Variations
Color information
#DCCF5A (or 0xDCCF5A) is known color: Manz. HEX triplet: DC, CF and 5A. RGB value is (220,207,90). Sum of RGB (Red+Green+Blue) = 220+207+90=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF5A is #2330A5. Grayscale: #C6C6C6. Windows color (decimal): -2306214 or 5951452. OLE color: 5951452.
HSL color Cylindrical-coordinate representation of color #DCCF5A: hue angle of 54º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCCF5A is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 90 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.14 |
| HSL | 54º | 0.65% | 0.61% | - |
| HSV(B) | 54º | 0.59% | 0.86% | - |
| XYZ | 53.67 | 60.58 | 18.54 | - |
| YUV | 197.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 90 | 0 | 0.06 | 0.59 | 0.14 | 54 | 0.65 | 0.61 |
| Hex | DC | CF | 5A | 0 | 6 | 3B | E | 36 | 41 | 3D |
| Octal | 334 | 317 | 132 | 0 | 6 | 73 | 16 | 66 | 101 | 75 |
| Binary | 11011100 | 11001111 | 1011010 | 0 | 110 | 111011 | 1110 | 110110 | 1000001 | 111101 |
Color Harmonies of #DCCF5A
Complementary color
Monochromatic Colors of #DCCF5A
Black with #DCCF5A
Text Example
Text Example
White with #DCCF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF5A; }
p { color: rgb(220,207,90); }
H1.HeaderClassName
{
color: #DCCF5A;
}
.AnyTagClassName
{
color: #DCCF5A;
}
</style>
background-color css
<style>
a { background-color: #DCCF5A; }
a { background-color: rgb(220,207,90); }
div.DivClassName
{
background-color: #DCCF5A;
}
.BgClassName
{
background-color: #DCCF5A;
}
</style>
border-color css
<style>
span { border-color: #DCCF5A; }
span { border-color: rgb(220,207,90); }
td.TdClassName
{
border-color: #DCCF5A;
}
.TagClassName
{
border-color: #DCCF5A;
}
</style>