Shades of Manz #DFCB5A
Tints of Manz #DFCB5A
RGB
CMYK
RGB Variations
Color information
#DFCB5A (or 0xDFCB5A) is known color: Manz. HEX triplet: DF, CB and 5A. RGB value is (223,203,90). Sum of RGB (Red+Green+Blue) = 223+203+90=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB5A is #2034A5. Grayscale: #C4C4C4. Windows color (decimal): -2110630 or 5950431. OLE color: 5950431.
HSL color Cylindrical-coordinate representation of color #DFCB5A: hue angle of 50.98º 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 #DFCB5A is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 90 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.13 |
| HSL | 50.98º | 0.68% | 0.61% | - |
| HSV(B) | 50.98º | 0.6% | 0.87% | - |
| XYZ | 53.63 | 59.14 | 18.26 | - |
| YUV | 196.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 90 | 0 | 0.09 | 0.60 | 0.13 | 50.98 | 0.68 | 0.61 |
| Hex | DF | CB | 5A | 0 | 9 | 3C | D | 33 | 44 | 3D |
| Octal | 337 | 313 | 132 | 0 | 11 | 74 | 15 | 63 | 104 | 75 |
| Binary | 11011111 | 11001011 | 1011010 | 0 | 1001 | 111100 | 1101 | 110011 | 1000100 | 111101 |
Color Harmonies of #DFCB5A
Complementary color
Monochromatic Colors of #DFCB5A
Black with #DFCB5A
Text Example
Text Example
White with #DFCB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB5A; }
p { color: rgb(223,203,90); }
H1.HeaderClassName
{
color: #DFCB5A;
}
.AnyTagClassName
{
color: #DFCB5A;
}
</style>
background-color css
<style>
a { background-color: #DFCB5A; }
a { background-color: rgb(223,203,90); }
div.DivClassName
{
background-color: #DFCB5A;
}
.BgClassName
{
background-color: #DFCB5A;
}
</style>
border-color css
<style>
span { border-color: #DFCB5A; }
span { border-color: rgb(223,203,90); }
td.TdClassName
{
border-color: #DFCB5A;
}
.TagClassName
{
border-color: #DFCB5A;
}
</style>