Shades of Manz #DCD65B
Tints of Manz #DCD65B
RGB
CMYK
RGB Variations
Color information
#DCD65B (or 0xDCD65B) is known color: Manz. HEX triplet: DC, D6 and 5B. RGB value is (220,214,91). Sum of RGB (Red+Green+Blue) = 220+214+91=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 91 (35.94% from 255 or 17.33% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD65B is #2329A4. Grayscale: #CACACA. Windows color (decimal): -2304421 or 6018780. OLE color: 6018780.
HSL color Cylindrical-coordinate representation of color #DCD65B: hue angle of 57.21º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCD65B is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 91 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.14 |
| HSL | 57.21º | 0.65% | 0.61% | - |
| HSV(B) | 57.21º | 0.59% | 0.86% | - |
| XYZ | 55.45 | 64.06 | 19.34 | - |
| YUV | 201.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 91 | 0 | 0.03 | 0.59 | 0.14 | 57.21 | 0.65 | 0.61 |
| Hex | DC | D6 | 5B | 0 | 3 | 3B | E | 39 | 41 | 3D |
| Octal | 334 | 326 | 133 | 0 | 3 | 73 | 16 | 71 | 101 | 75 |
| Binary | 11011100 | 11010110 | 1011011 | 0 | 11 | 111011 | 1110 | 111001 | 1000001 | 111101 |
Color Harmonies of #DCD65B
Complementary color
Monochromatic Colors of #DCD65B
Black with #DCD65B
Text Example
Text Example
White with #DCD65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD65B; }
p { color: rgb(220,214,91); }
H1.HeaderClassName
{
color: #DCD65B;
}
.AnyTagClassName
{
color: #DCD65B;
}
</style>
background-color css
<style>
a { background-color: #DCD65B; }
a { background-color: rgb(220,214,91); }
div.DivClassName
{
background-color: #DCD65B;
}
.BgClassName
{
background-color: #DCD65B;
}
</style>
border-color css
<style>
span { border-color: #DCD65B; }
span { border-color: rgb(220,214,91); }
td.TdClassName
{
border-color: #DCD65B;
}
.TagClassName
{
border-color: #DCD65B;
}
</style>