Shades of Manz #DADB5C
Tints of Manz #DADB5C
RGB
CMYK
RGB Variations
Color information
#DADB5C (or 0xDADB5C) is known color: Manz. HEX triplet: DA, DB and 5C. RGB value is (218,219,92). Sum of RGB (Red+Green+Blue) = 218+219+92=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADB5C is #2524A3. Grayscale: #CCCCCC. Windows color (decimal): -2434212 or 6085594. OLE color: 6085594.
HSL color Cylindrical-coordinate representation of color #DADB5C: hue angle of 60.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DADB5C is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 92 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.14 |
| HSL | 60.47º | 0.64% | 0.61% | - |
| HSV(B) | 60.47º | 0.58% | 0.86% | - |
| XYZ | 56.18 | 66.34 | 19.97 | - |
| YUV | 204.22 | 64.67 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 92 | 0.00 | 0 | 0.58 | 0.14 | 60.47 | 0.64 | 0.61 |
| Hex | DA | DB | 5C | 0 | 0 | 3A | E | 3C | 40 | 3D |
| Octal | 332 | 333 | 134 | 0 | 0 | 72 | 16 | 74 | 100 | 75 |
| Binary | 11011010 | 11011011 | 1011100 | 0 | 0 | 111010 | 1110 | 111100 | 1000000 | 111101 |
Color Harmonies of #DADB5C
Complementary color
Monochromatic Colors of #DADB5C
Black with #DADB5C
Text Example
Text Example
White with #DADB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADB5C; }
p { color: rgb(218,219,92); }
H1.HeaderClassName
{
color: #DADB5C;
}
.AnyTagClassName
{
color: #DADB5C;
}
</style>
background-color css
<style>
a { background-color: #DADB5C; }
a { background-color: rgb(218,219,92); }
div.DivClassName
{
background-color: #DADB5C;
}
.BgClassName
{
background-color: #DADB5C;
}
</style>
border-color css
<style>
span { border-color: #DADB5C; }
span { border-color: rgb(218,219,92); }
td.TdClassName
{
border-color: #DADB5C;
}
.TagClassName
{
border-color: #DADB5C;
}
</style>