Shades of Bird Flower #DAC801
Tints of Bird Flower #DAC801
RGB
CMYK
RGB Variations
Color information
#DAC801 (or 0xDAC801) is known color: Bird Flower. HEX triplet: DA, C8 and 01. RGB value is (218,200,1). Sum of RGB (Red+Green+Blue) = 218+200+1=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC801 is #2537FE. Grayscale: #B7B7B7. Windows color (decimal): -2439167 or 116954. OLE color: 116954.
HSL color Cylindrical-coordinate representation of color #DAC801: hue angle of 55.02º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAC801 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.15 |
| HSL | 55.02º | 0.99% | 0.43% | - |
| HSV(B) | 55.02º | 1% | 0.85% | - |
| XYZ | 49.57 | 56.22 | 8.27 | - |
| YUV | 182.7 | 25.46 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 1 | 0 | 0.08 | 1.00 | 0.15 | 55.02 | 0.99 | 0.43 |
| Hex | DA | C8 | 1 | 0 | 8 | 64 | F | 37 | 63 | 2B |
| Octal | 332 | 310 | 1 | 0 | 10 | 144 | 17 | 67 | 143 | 53 |
| Binary | 11011010 | 11001000 | 1 | 0 | 1000 | 1100100 | 1111 | 110111 | 1100011 | 101011 |
Color Harmonies of #DAC801
Complementary color
Monochromatic Colors of #DAC801
Black with #DAC801
Text Example
Text Example
White with #DAC801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC801; }
p { color: rgb(218,200,1); }
H1.HeaderClassName
{
color: #DAC801;
}
.AnyTagClassName
{
color: #DAC801;
}
</style>
background-color css
<style>
a { background-color: #DAC801; }
a { background-color: rgb(218,200,1); }
div.DivClassName
{
background-color: #DAC801;
}
.BgClassName
{
background-color: #DAC801;
}
</style>
border-color css
<style>
span { border-color: #DAC801; }
span { border-color: rgb(218,200,1); }
td.TdClassName
{
border-color: #DAC801;
}
.TagClassName
{
border-color: #DAC801;
}
</style>