Shades of Bird Flower #DAC904
Tints of Bird Flower #DAC904
RGB
CMYK
RGB Variations
Color information
#DAC904 (or 0xDAC904) is known color: Bird Flower. HEX triplet: DA, C9 and 04. RGB value is (218,201,4). Sum of RGB (Red+Green+Blue) = 218+201+4=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 4 (1.95% from 255 or 0.95% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC904 is #2536FB. Grayscale: #B8B8B8. Windows color (decimal): -2438908 or 313818. OLE color: 313818.
HSL color Cylindrical-coordinate representation of color #DAC904: hue angle of 55.23º 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 #DAC904 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.15 |
| HSL | 55.23º | 0.96% | 0.44% | - |
| HSV(B) | 55.23º | 0.98% | 0.85% | - |
| XYZ | 49.82 | 56.69 | 8.43 | - |
| YUV | 183.63 | 26.63 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 4 | 0 | 0.08 | 0.98 | 0.15 | 55.23 | 0.96 | 0.44 |
| Hex | DA | C9 | 4 | 0 | 8 | 62 | F | 37 | 60 | 2C |
| Octal | 332 | 311 | 4 | 0 | 10 | 142 | 17 | 67 | 140 | 54 |
| Binary | 11011010 | 11001001 | 100 | 0 | 1000 | 1100010 | 1111 | 110111 | 1100000 | 101100 |
Color Harmonies of #DAC904
Complementary color
Monochromatic Colors of #DAC904
Black with #DAC904
Text Example
Text Example
White with #DAC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC904; }
p { color: rgb(218,201,4); }
H1.HeaderClassName
{
color: #DAC904;
}
.AnyTagClassName
{
color: #DAC904;
}
</style>
background-color css
<style>
a { background-color: #DAC904; }
a { background-color: rgb(218,201,4); }
div.DivClassName
{
background-color: #DAC904;
}
.BgClassName
{
background-color: #DAC904;
}
</style>
border-color css
<style>
span { border-color: #DAC904; }
span { border-color: rgb(218,201,4); }
td.TdClassName
{
border-color: #DAC904;
}
.TagClassName
{
border-color: #DAC904;
}
</style>