Shades of Manz #DFCD5B
Tints of Manz #DFCD5B
RGB
CMYK
RGB Variations
Color information
#DFCD5B (or 0xDFCD5B) is known color: Manz. HEX triplet: DF, CD and 5B. RGB value is (223,205,91). Sum of RGB (Red+Green+Blue) = 223+205+91=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCD5B is #2032A4. Grayscale: #C5C5C5. Windows color (decimal): -2110117 or 6016479. OLE color: 6016479.
HSL color Cylindrical-coordinate representation of color #DFCD5B: hue angle of 51.82º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFCD5B is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 91 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.13 |
| HSL | 51.82º | 0.67% | 0.62% | - |
| HSV(B) | 51.82º | 0.59% | 0.87% | - |
| XYZ | 54.15 | 60.11 | 18.65 | - |
| YUV | 197.39 | 67.96 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 91 | 0 | 0.08 | 0.59 | 0.13 | 51.82 | 0.67 | 0.62 |
| Hex | DF | CD | 5B | 0 | 8 | 3B | D | 34 | 43 | 3E |
| Octal | 337 | 315 | 133 | 0 | 10 | 73 | 15 | 64 | 103 | 76 |
| Binary | 11011111 | 11001101 | 1011011 | 0 | 1000 | 111011 | 1101 | 110100 | 1000011 | 111110 |
Color Harmonies of #DFCD5B
Complementary color
Monochromatic Colors of #DFCD5B
Black with #DFCD5B
Text Example
Text Example
White with #DFCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD5B; }
p { color: rgb(223,205,91); }
H1.HeaderClassName
{
color: #DFCD5B;
}
.AnyTagClassName
{
color: #DFCD5B;
}
</style>
background-color css
<style>
a { background-color: #DFCD5B; }
a { background-color: rgb(223,205,91); }
div.DivClassName
{
background-color: #DFCD5B;
}
.BgClassName
{
background-color: #DFCD5B;
}
</style>
border-color css
<style>
span { border-color: #DFCD5B; }
span { border-color: rgb(223,205,91); }
td.TdClassName
{
border-color: #DFCD5B;
}
.TagClassName
{
border-color: #DFCD5B;
}
</style>