Shades of Manz #DFD35D
Tints of Manz #DFD35D
RGB
CMYK
RGB Variations
Color information
#DFD35D (or 0xDFD35D) is known color: Manz. HEX triplet: DF, D3 and 5D. RGB value is (223,211,93). Sum of RGB (Red+Green+Blue) = 223+211+93=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD35D is #202CA2. Grayscale: #C9C9C9. Windows color (decimal): -2108579 or 6149087. OLE color: 6149087.
HSL color Cylindrical-coordinate representation of color #DFD35D: hue angle of 54.46º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFD35D is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 93 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.13 |
| HSL | 54.46º | 0.67% | 0.62% | - |
| HSV(B) | 54.46º | 0.58% | 0.87% | - |
| XYZ | 55.7 | 63.07 | 19.59 | - |
| YUV | 201.14 | 66.98 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 93 | 0 | 0.05 | 0.58 | 0.13 | 54.46 | 0.67 | 0.62 |
| Hex | DF | D3 | 5D | 0 | 5 | 3A | D | 36 | 43 | 3E |
| Octal | 337 | 323 | 135 | 0 | 5 | 72 | 15 | 66 | 103 | 76 |
| Binary | 11011111 | 11010011 | 1011101 | 0 | 101 | 111010 | 1101 | 110110 | 1000011 | 111110 |
Color Harmonies of #DFD35D
Complementary color
Monochromatic Colors of #DFD35D
Black with #DFD35D
Text Example
Text Example
White with #DFD35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD35D; }
p { color: rgb(223,211,93); }
H1.HeaderClassName
{
color: #DFD35D;
}
.AnyTagClassName
{
color: #DFD35D;
}
</style>
background-color css
<style>
a { background-color: #DFD35D; }
a { background-color: rgb(223,211,93); }
div.DivClassName
{
background-color: #DFD35D;
}
.BgClassName
{
background-color: #DFD35D;
}
</style>
border-color css
<style>
span { border-color: #DFD35D; }
span { border-color: rgb(223,211,93); }
td.TdClassName
{
border-color: #DFD35D;
}
.TagClassName
{
border-color: #DFD35D;
}
</style>