Shades of Manz #DFDD5A
Tints of Manz #DFDD5A
RGB
CMYK
RGB Variations
Color information
#DFDD5A (or 0xDFDD5A) is known color: Manz. HEX triplet: DF, DD and 5A. RGB value is (223,221,90). Sum of RGB (Red+Green+Blue) = 223+221+90=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD5A is #2022A5. Grayscale: #CFCFCF. Windows color (decimal): -2106022 or 5955039. OLE color: 5955039.
HSL color Cylindrical-coordinate representation of color #DFDD5A: hue angle of 59.1º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFDD5A is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 90 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.13 |
| HSL | 59.1º | 0.68% | 0.61% | - |
| HSV(B) | 59.1º | 0.6% | 0.87% | - |
| XYZ | 58.13 | 68.14 | 19.76 | - |
| YUV | 206.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 90 | 0 | 0.01 | 0.60 | 0.13 | 59.1 | 0.68 | 0.61 |
| Hex | DF | DD | 5A | 0 | 1 | 3C | D | 3B | 44 | 3D |
| Octal | 337 | 335 | 132 | 0 | 1 | 74 | 15 | 73 | 104 | 75 |
| Binary | 11011111 | 11011101 | 1011010 | 0 | 1 | 111100 | 1101 | 111011 | 1000100 | 111101 |
Color Harmonies of #DFDD5A
Complementary color
Monochromatic Colors of #DFDD5A
Black with #DFDD5A
Text Example
Text Example
White with #DFDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDD5A; }
p { color: rgb(223,221,90); }
H1.HeaderClassName
{
color: #DFDD5A;
}
.AnyTagClassName
{
color: #DFDD5A;
}
</style>
background-color css
<style>
a { background-color: #DFDD5A; }
a { background-color: rgb(223,221,90); }
div.DivClassName
{
background-color: #DFDD5A;
}
.BgClassName
{
background-color: #DFDD5A;
}
</style>
border-color css
<style>
span { border-color: #DFDD5A; }
span { border-color: rgb(223,221,90); }
td.TdClassName
{
border-color: #DFDD5A;
}
.TagClassName
{
border-color: #DFDD5A;
}
</style>