Shades of Bird Flower #DAD608
Tints of Bird Flower #DAD608
RGB
CMYK
RGB Variations
Color information
#DAD608 (or 0xDAD608) is known color: Bird Flower. HEX triplet: DA, D6 and 08. RGB value is (218,214,8). Sum of RGB (Red+Green+Blue) = 218+214+8=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD608 is #2529F7. Grayscale: #C0C0C0. Windows color (decimal): -2435576 or 579290. OLE color: 579290.
HSL color Cylindrical-coordinate representation of color #DAD608: hue angle of 58.86º 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 #DAD608 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.15 |
| HSL | 58.86º | 0.93% | 0.44% | - |
| HSV(B) | 58.86º | 0.96% | 0.85% | - |
| XYZ | 53 | 63.02 | 9.6 | - |
| YUV | 191.71 | 24.33 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 8 | 0 | 0.02 | 0.96 | 0.15 | 58.86 | 0.93 | 0.44 |
| Hex | DA | D6 | 8 | 0 | 2 | 60 | F | 3B | 5D | 2C |
| Octal | 332 | 326 | 10 | 0 | 2 | 140 | 17 | 73 | 135 | 54 |
| Binary | 11011010 | 11010110 | 1000 | 0 | 10 | 1100000 | 1111 | 111011 | 1011101 | 101100 |
Color Harmonies of #DAD608
Complementary color
Monochromatic Colors of #DAD608
Black with #DAD608
Text Example
Text Example
White with #DAD608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD608; }
p { color: rgb(218,214,8); }
H1.HeaderClassName
{
color: #DAD608;
}
.AnyTagClassName
{
color: #DAD608;
}
</style>
background-color css
<style>
a { background-color: #DAD608; }
a { background-color: rgb(218,214,8); }
div.DivClassName
{
background-color: #DAD608;
}
.BgClassName
{
background-color: #DAD608;
}
</style>
border-color css
<style>
span { border-color: #DAD608; }
span { border-color: rgb(218,214,8); }
td.TdClassName
{
border-color: #DAD608;
}
.TagClassName
{
border-color: #DAD608;
}
</style>