Shades of Manz #D6D25C
Tints of Manz #D6D25C
RGB
CMYK
RGB Variations
Color information
#D6D25C (or 0xD6D25C) is known color: Manz. HEX triplet: D6, D2 and 5C. RGB value is (214,210,92). Sum of RGB (Red+Green+Blue) = 214+210+92=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D25C is #292DA3. Grayscale: #C6C6C6. Windows color (decimal): -2698660 or 6083286. OLE color: 6083286.
HSL color Cylindrical-coordinate representation of color #D6D25C: hue angle of 58.03º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6D25C is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 92 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.16 |
| HSL | 58.03º | 0.6% | 0.6% | - |
| HSV(B) | 58.03º | 0.57% | 0.84% | - |
| XYZ | 52.71 | 61.16 | 19.15 | - |
| YUV | 197.74 | 68.33 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 92 | 0 | 0.02 | 0.57 | 0.16 | 58.03 | 0.6 | 0.6 |
| Hex | D6 | D2 | 5C | 0 | 2 | 39 | 10 | 3A | 3C | 3C |
| Octal | 326 | 322 | 134 | 0 | 2 | 71 | 20 | 72 | 74 | 74 |
| Binary | 11010110 | 11010010 | 1011100 | 0 | 10 | 111001 | 10000 | 111010 | 111100 | 111100 |
Color Harmonies of #D6D25C
Complementary color
Monochromatic Colors of #D6D25C
Black with #D6D25C
Text Example
Text Example
White with #D6D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D25C; }
p { color: rgb(214,210,92); }
H1.HeaderClassName
{
color: #D6D25C;
}
.AnyTagClassName
{
color: #D6D25C;
}
</style>
background-color css
<style>
a { background-color: #D6D25C; }
a { background-color: rgb(214,210,92); }
div.DivClassName
{
background-color: #D6D25C;
}
.BgClassName
{
background-color: #D6D25C;
}
</style>
border-color css
<style>
span { border-color: #D6D25C; }
span { border-color: rgb(214,210,92); }
td.TdClassName
{
border-color: #D6D25C;
}
.TagClassName
{
border-color: #D6D25C;
}
</style>