Shades of Bird Flower #DAC606
Tints of Bird Flower #DAC606
RGB
CMYK
RGB Variations
Color information
#DAC606 (or 0xDAC606) is known color: Bird Flower. HEX triplet: DA, C6 and 06. RGB value is (218,198,6). Sum of RGB (Red+Green+Blue) = 218+198+6=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC606 is #2539F9. Grayscale: #B6B6B6. Windows color (decimal): -2439674 or 444122. OLE color: 444122.
HSL color Cylindrical-coordinate representation of color #DAC606: hue angle of 54.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAC606 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 6 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.15 |
| HSL | 54.34º | 0.95% | 0.44% | - |
| HSV(B) | 54.34º | 0.97% | 0.85% | - |
| XYZ | 49.14 | 55.31 | 8.26 | - |
| YUV | 182.09 | 28.63 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 6 | 0 | 0.09 | 0.97 | 0.15 | 54.34 | 0.95 | 0.44 |
| Hex | DA | C6 | 6 | 0 | 9 | 61 | F | 36 | 5F | 2C |
| Octal | 332 | 306 | 6 | 0 | 11 | 141 | 17 | 66 | 137 | 54 |
| Binary | 11011010 | 11000110 | 110 | 0 | 1001 | 1100001 | 1111 | 110110 | 1011111 | 101100 |
Color Harmonies of #DAC606
Complementary color
Monochromatic Colors of #DAC606
Black with #DAC606
Text Example
Text Example
White with #DAC606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC606; }
p { color: rgb(218,198,6); }
H1.HeaderClassName
{
color: #DAC606;
}
.AnyTagClassName
{
color: #DAC606;
}
</style>
background-color css
<style>
a { background-color: #DAC606; }
a { background-color: rgb(218,198,6); }
div.DivClassName
{
background-color: #DAC606;
}
.BgClassName
{
background-color: #DAC606;
}
</style>
border-color css
<style>
span { border-color: #DAC606; }
span { border-color: rgb(218,198,6); }
td.TdClassName
{
border-color: #DAC606;
}
.TagClassName
{
border-color: #DAC606;
}
</style>