Shades of Bird Flower #DAD008
Tints of Bird Flower #DAD008
RGB
CMYK
RGB Variations
Color information
#DAD008 (or 0xDAD008) is known color: Bird Flower. HEX triplet: DA, D0 and 08. RGB value is (218,208,8). Sum of RGB (Red+Green+Blue) = 218+208+8=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 8 (3.52% from 255 or 1.84% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD008 is #252FF7. Grayscale: #BDBDBD. Windows color (decimal): -2437112 or 577754. OLE color: 577754.
HSL color Cylindrical-coordinate representation of color #DAD008: hue angle of 57.14º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAD008 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 208 | 8 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.15 |
| HSL | 57.14º | 0.93% | 0.44% | - |
| HSV(B) | 57.14º | 0.96% | 0.85% | - |
| XYZ | 51.51 | 60.03 | 9.1 | - |
| YUV | 188.19 | 26.31 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 208 | 8 | 0 | 0.05 | 0.96 | 0.15 | 57.14 | 0.93 | 0.44 |
| Hex | DA | D0 | 8 | 0 | 5 | 60 | F | 39 | 5D | 2C |
| Octal | 332 | 320 | 10 | 0 | 5 | 140 | 17 | 71 | 135 | 54 |
| Binary | 11011010 | 11010000 | 1000 | 0 | 101 | 1100000 | 1111 | 111001 | 1011101 | 101100 |
Color Harmonies of #DAD008
Complementary color
Monochromatic Colors of #DAD008
Black with #DAD008
Text Example
Text Example
White with #DAD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD008; }
p { color: rgb(218,208,8); }
H1.HeaderClassName
{
color: #DAD008;
}
.AnyTagClassName
{
color: #DAD008;
}
</style>
background-color css
<style>
a { background-color: #DAD008; }
a { background-color: rgb(218,208,8); }
div.DivClassName
{
background-color: #DAD008;
}
.BgClassName
{
background-color: #DAD008;
}
</style>
border-color css
<style>
span { border-color: #DAD008; }
span { border-color: rgb(218,208,8); }
td.TdClassName
{
border-color: #DAD008;
}
.TagClassName
{
border-color: #DAD008;
}
</style>