Shades of Bird Flower #DAC004
Tints of Bird Flower #DAC004
RGB
CMYK
RGB Variations
Color information
#DAC004 (or 0xDAC004) is known color: Bird Flower. HEX triplet: DA, C0 and 04. RGB value is (218,192,4). Sum of RGB (Red+Green+Blue) = 218+192+4=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC004 is #253FFB. Grayscale: #B3B3B3. Windows color (decimal): -2441212 or 311514. OLE color: 311514.
HSL color Cylindrical-coordinate representation of color #DAC004: hue angle of 52.71º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAC004 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.15 |
| HSL | 52.71º | 0.96% | 0.44% | - |
| HSV(B) | 52.71º | 0.98% | 0.85% | - |
| XYZ | 47.79 | 52.61 | 7.75 | - |
| YUV | 178.34 | 29.61 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 4 | 0 | 0.12 | 0.98 | 0.15 | 52.71 | 0.96 | 0.44 |
| Hex | DA | C0 | 4 | 0 | C | 62 | F | 35 | 60 | 2C |
| Octal | 332 | 300 | 4 | 0 | 14 | 142 | 17 | 65 | 140 | 54 |
| Binary | 11011010 | 11000000 | 100 | 0 | 1100 | 1100010 | 1111 | 110101 | 1100000 | 101100 |
Color Harmonies of #DAC004
Complementary color
Monochromatic Colors of #DAC004
Black with #DAC004
Text Example
Text Example
White with #DAC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC004; }
p { color: rgb(218,192,4); }
H1.HeaderClassName
{
color: #DAC004;
}
.AnyTagClassName
{
color: #DAC004;
}
</style>
background-color css
<style>
a { background-color: #DAC004; }
a { background-color: rgb(218,192,4); }
div.DivClassName
{
background-color: #DAC004;
}
.BgClassName
{
background-color: #DAC004;
}
</style>
border-color css
<style>
span { border-color: #DAC004; }
span { border-color: rgb(218,192,4); }
td.TdClassName
{
border-color: #DAC004;
}
.TagClassName
{
border-color: #DAC004;
}
</style>