Shades of Manz #DDCF54
Tints of Manz #DDCF54
RGB
CMYK
RGB Variations
Color information
#DDCF54 (or 0xDDCF54) is known color: Manz. HEX triplet: DD, CF and 54. RGB value is (221,207,84). Sum of RGB (Red+Green+Blue) = 221+207+84=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF54 is #2230AB. Grayscale: #C5C5C5. Windows color (decimal): -2240684 or 5558237. OLE color: 5558237.
HSL color Cylindrical-coordinate representation of color #DDCF54: hue angle of 53.87º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDCF54 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 84 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.13 |
| HSL | 53.87º | 0.67% | 0.6% | - |
| HSV(B) | 53.87º | 0.62% | 0.87% | - |
| XYZ | 53.73 | 60.64 | 17.26 | - |
| YUV | 197.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 84 | 0 | 0.06 | 0.62 | 0.13 | 53.87 | 0.67 | 0.6 |
| Hex | DD | CF | 54 | 0 | 6 | 3E | D | 36 | 43 | 3C |
| Octal | 335 | 317 | 124 | 0 | 6 | 76 | 15 | 66 | 103 | 74 |
| Binary | 11011101 | 11001111 | 1010100 | 0 | 110 | 111110 | 1101 | 110110 | 1000011 | 111100 |
Color Harmonies of #DDCF54
Complementary color
Monochromatic Colors of #DDCF54
Black with #DDCF54
Text Example
Text Example
White with #DDCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF54; }
p { color: rgb(221,207,84); }
H1.HeaderClassName
{
color: #DDCF54;
}
.AnyTagClassName
{
color: #DDCF54;
}
</style>
background-color css
<style>
a { background-color: #DDCF54; }
a { background-color: rgb(221,207,84); }
div.DivClassName
{
background-color: #DDCF54;
}
.BgClassName
{
background-color: #DDCF54;
}
</style>
border-color css
<style>
span { border-color: #DDCF54; }
span { border-color: rgb(221,207,84); }
td.TdClassName
{
border-color: #DDCF54;
}
.TagClassName
{
border-color: #DDCF54;
}
</style>