Shades of Bird Flower #DAD80B
Tints of Bird Flower #DAD80B
RGB
CMYK
RGB Variations
Color information
#DAD80B (or 0xDAD80B) is known color: Bird Flower. HEX triplet: DA, D8 and 0B. RGB value is (218,216,11). Sum of RGB (Red+Green+Blue) = 218+216+11=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD80B is #2527F4. Grayscale: #C2C2C2. Windows color (decimal): -2435061 or 776410. OLE color: 776410.
HSL color Cylindrical-coordinate representation of color #DAD80B: hue angle of 59.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAD80B is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 11 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.15 |
| HSL | 59.42º | 0.9% | 0.45% | - |
| HSV(B) | 59.42º | 0.95% | 0.85% | - |
| XYZ | 53.53 | 64.04 | 9.86 | - |
| YUV | 193.23 | 25.16 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 11 | 0 | 0.01 | 0.95 | 0.15 | 59.42 | 0.9 | 0.45 |
| Hex | DA | D8 | B | 0 | 1 | 5F | F | 3B | 5A | 2D |
| Octal | 332 | 330 | 13 | 0 | 1 | 137 | 17 | 73 | 132 | 55 |
| Binary | 11011010 | 11011000 | 1011 | 0 | 1 | 1011111 | 1111 | 111011 | 1011010 | 101101 |
Color Harmonies of #DAD80B
Complementary color
Monochromatic Colors of #DAD80B
Black with #DAD80B
Text Example
Text Example
White with #DAD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD80B; }
p { color: rgb(218,216,11); }
H1.HeaderClassName
{
color: #DAD80B;
}
.AnyTagClassName
{
color: #DAD80B;
}
</style>
background-color css
<style>
a { background-color: #DAD80B; }
a { background-color: rgb(218,216,11); }
div.DivClassName
{
background-color: #DAD80B;
}
.BgClassName
{
background-color: #DAD80B;
}
</style>
border-color css
<style>
span { border-color: #DAD80B; }
span { border-color: rgb(218,216,11); }
td.TdClassName
{
border-color: #DAD80B;
}
.TagClassName
{
border-color: #DAD80B;
}
</style>