Shades of Manz #DBDD5C
Tints of Manz #DBDD5C
RGB
CMYK
RGB Variations
Color information
#DBDD5C (or 0xDBDD5C) is known color: Manz. HEX triplet: DB, DD and 5C. RGB value is (219,221,92). Sum of RGB (Red+Green+Blue) = 219+221+92=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDD5C is #2422A3. Grayscale: #CECECE. Windows color (decimal): -2368164 or 6086107. OLE color: 6086107.
HSL color Cylindrical-coordinate representation of color #DBDD5C: hue angle of 60.93º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBDD5C is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 221 | 92 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.13 |
| HSL | 60.93º | 0.65% | 0.61% | - |
| HSV(B) | 60.93º | 0.58% | 0.87% | - |
| XYZ | 57 | 67.55 | 20.16 | - |
| YUV | 205.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 221 | 92 | 0.01 | 0 | 0.58 | 0.13 | 60.93 | 0.65 | 0.61 |
| Hex | DB | DD | 5C | 1 | 0 | 3A | D | 3D | 41 | 3D |
| Octal | 333 | 335 | 134 | 1 | 0 | 72 | 15 | 75 | 101 | 75 |
| Binary | 11011011 | 11011101 | 1011100 | 1 | 0 | 111010 | 1101 | 111101 | 1000001 | 111101 |
Color Harmonies of #DBDD5C
Complementary color
Monochromatic Colors of #DBDD5C
Black with #DBDD5C
Text Example
Text Example
White with #DBDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDD5C; }
p { color: rgb(219,221,92); }
H1.HeaderClassName
{
color: #DBDD5C;
}
.AnyTagClassName
{
color: #DBDD5C;
}
</style>
background-color css
<style>
a { background-color: #DBDD5C; }
a { background-color: rgb(219,221,92); }
div.DivClassName
{
background-color: #DBDD5C;
}
.BgClassName
{
background-color: #DBDD5C;
}
</style>
border-color css
<style>
span { border-color: #DBDD5C; }
span { border-color: rgb(219,221,92); }
td.TdClassName
{
border-color: #DBDD5C;
}
.TagClassName
{
border-color: #DBDD5C;
}
</style>