Shades of Manz #DFDB5A
Tints of Manz #DFDB5A
RGB
CMYK
RGB Variations
Color information
#DFDB5A (or 0xDFDB5A) is known color: Manz. HEX triplet: DF, DB and 5A. RGB value is (223,219,90). Sum of RGB (Red+Green+Blue) = 223+219+90=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB5A is #2024A5. Grayscale: #CECECE. Windows color (decimal): -2106534 or 5954527. OLE color: 5954527.
HSL color Cylindrical-coordinate representation of color #DFDB5A: hue angle of 58.2º 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 #DFDB5A is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 90 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.13 |
| HSL | 58.2º | 0.68% | 0.61% | - |
| HSV(B) | 58.2º | 0.6% | 0.87% | - |
| XYZ | 57.61 | 67.09 | 19.59 | - |
| YUV | 205.49 | 62.83 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 90 | 0 | 0.02 | 0.60 | 0.13 | 58.2 | 0.68 | 0.61 |
| Hex | DF | DB | 5A | 0 | 2 | 3C | D | 3A | 44 | 3D |
| Octal | 337 | 333 | 132 | 0 | 2 | 74 | 15 | 72 | 104 | 75 |
| Binary | 11011111 | 11011011 | 1011010 | 0 | 10 | 111100 | 1101 | 111010 | 1000100 | 111101 |
Color Harmonies of #DFDB5A
Complementary color
Monochromatic Colors of #DFDB5A
Black with #DFDB5A
Text Example
Text Example
White with #DFDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB5A; }
p { color: rgb(223,219,90); }
H1.HeaderClassName
{
color: #DFDB5A;
}
.AnyTagClassName
{
color: #DFDB5A;
}
</style>
background-color css
<style>
a { background-color: #DFDB5A; }
a { background-color: rgb(223,219,90); }
div.DivClassName
{
background-color: #DFDB5A;
}
.BgClassName
{
background-color: #DFDB5A;
}
</style>
border-color css
<style>
span { border-color: #DFDB5A; }
span { border-color: rgb(223,219,90); }
td.TdClassName
{
border-color: #DFDB5A;
}
.TagClassName
{
border-color: #DFDB5A;
}
</style>