Shades of Manz #DED65C
Tints of Manz #DED65C
RGB
CMYK
RGB Variations
Color information
#DED65C (or 0xDED65C) is known color: Manz. HEX triplet: DE, D6 and 5C. RGB value is (222,214,92). Sum of RGB (Red+Green+Blue) = 222+214+92=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DED65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED65C is #2129A3. Grayscale: #CACACA. Windows color (decimal): -2173348 or 6084318. OLE color: 6084318.
HSL color Cylindrical-coordinate representation of color #DED65C: hue angle of 56.31º degrees, saturation: 0.66, 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 #DED65C is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 92 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.13 |
| HSL | 56.31º | 0.66% | 0.62% | - |
| HSV(B) | 56.31º | 0.59% | 0.87% | - |
| XYZ | 56.1 | 64.4 | 19.6 | - |
| YUV | 202.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 92 | 0 | 0.04 | 0.59 | 0.13 | 56.31 | 0.66 | 0.62 |
| Hex | DE | D6 | 5C | 0 | 4 | 3B | D | 38 | 42 | 3E |
| Octal | 336 | 326 | 134 | 0 | 4 | 73 | 15 | 70 | 102 | 76 |
| Binary | 11011110 | 11010110 | 1011100 | 0 | 100 | 111011 | 1101 | 111000 | 1000010 | 111110 |
Color Harmonies of #DED65C
Complementary color
Monochromatic Colors of #DED65C
Black with #DED65C
Text Example
Text Example
White with #DED65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED65C; }
p { color: rgb(222,214,92); }
H1.HeaderClassName
{
color: #DED65C;
}
.AnyTagClassName
{
color: #DED65C;
}
</style>
background-color css
<style>
a { background-color: #DED65C; }
a { background-color: rgb(222,214,92); }
div.DivClassName
{
background-color: #DED65C;
}
.BgClassName
{
background-color: #DED65C;
}
</style>
border-color css
<style>
span { border-color: #DED65C; }
span { border-color: rgb(222,214,92); }
td.TdClassName
{
border-color: #DED65C;
}
.TagClassName
{
border-color: #DED65C;
}
</style>