Shades of Manz #DADF53
Tints of Manz #DADF53
RGB
CMYK
RGB Variations
Color information
#DADF53 (or 0xDADF53) is known color: Manz. HEX triplet: DA, DF and 53. RGB value is (218,223,83). Sum of RGB (Red+Green+Blue) = 218+223+83=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADF53 is #2520AC. Grayscale: #CECECE. Windows color (decimal): -2433197 or 5496794. OLE color: 5496794.
HSL color Cylindrical-coordinate representation of color #DADF53: hue angle of 62.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DADF53 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 83 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.13 |
| HSL | 62.14º | 0.69% | 0.6% | - |
| HSV(B) | 62.14º | 0.63% | 0.87% | - |
| XYZ | 56.86 | 68.31 | 18.37 | - |
| YUV | 205.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 83 | 0.02 | 0 | 0.63 | 0.13 | 62.14 | 0.69 | 0.6 |
| Hex | DA | DF | 53 | 2 | 0 | 3F | D | 3E | 45 | 3C |
| Octal | 332 | 337 | 123 | 2 | 0 | 77 | 15 | 76 | 105 | 74 |
| Binary | 11011010 | 11011111 | 1010011 | 10 | 0 | 111111 | 1101 | 111110 | 1000101 | 111100 |
Color Harmonies of #DADF53
Complementary color
Monochromatic Colors of #DADF53
Black with #DADF53
Text Example
Text Example
White with #DADF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF53; }
p { color: rgb(218,223,83); }
H1.HeaderClassName
{
color: #DADF53;
}
.AnyTagClassName
{
color: #DADF53;
}
</style>
background-color css
<style>
a { background-color: #DADF53; }
a { background-color: rgb(218,223,83); }
div.DivClassName
{
background-color: #DADF53;
}
.BgClassName
{
background-color: #DADF53;
}
</style>
border-color css
<style>
span { border-color: #DADF53; }
span { border-color: rgb(218,223,83); }
td.TdClassName
{
border-color: #DADF53;
}
.TagClassName
{
border-color: #DADF53;
}
</style>