Shades of Bird Flower #DAC304
Tints of Bird Flower #DAC304
RGB
CMYK
RGB Variations
Color information
#DAC304 (or 0xDAC304) is known color: Bird Flower. HEX triplet: DA, C3 and 04. RGB value is (218,195,4). Sum of RGB (Red+Green+Blue) = 218+195+4=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC304 is #253CFB. Grayscale: #B4B4B4. Windows color (decimal): -2440444 or 312282. OLE color: 312282.
HSL color Cylindrical-coordinate representation of color #DAC304: hue angle of 53.55º 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 #DAC304 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.15 |
| HSL | 53.55º | 0.96% | 0.44% | - |
| HSV(B) | 53.55º | 0.98% | 0.85% | - |
| XYZ | 48.45 | 53.94 | 7.97 | - |
| YUV | 180.1 | 28.62 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 4 | 0 | 0.11 | 0.98 | 0.15 | 53.55 | 0.96 | 0.44 |
| Hex | DA | C3 | 4 | 0 | B | 62 | F | 36 | 60 | 2C |
| Octal | 332 | 303 | 4 | 0 | 13 | 142 | 17 | 66 | 140 | 54 |
| Binary | 11011010 | 11000011 | 100 | 0 | 1011 | 1100010 | 1111 | 110110 | 1100000 | 101100 |
Color Harmonies of #DAC304
Complementary color
Monochromatic Colors of #DAC304
Black with #DAC304
Text Example
Text Example
White with #DAC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC304; }
p { color: rgb(218,195,4); }
H1.HeaderClassName
{
color: #DAC304;
}
.AnyTagClassName
{
color: #DAC304;
}
</style>
background-color css
<style>
a { background-color: #DAC304; }
a { background-color: rgb(218,195,4); }
div.DivClassName
{
background-color: #DAC304;
}
.BgClassName
{
background-color: #DAC304;
}
</style>
border-color css
<style>
span { border-color: #DAC304; }
span { border-color: rgb(218,195,4); }
td.TdClassName
{
border-color: #DAC304;
}
.TagClassName
{
border-color: #DAC304;
}
</style>