Shades of Bird Flower #DAC104
Tints of Bird Flower #DAC104
RGB
CMYK
RGB Variations
Color information
#DAC104 (or 0xDAC104) is known color: Bird Flower. HEX triplet: DA, C1 and 04. RGB value is (218,193,4). Sum of RGB (Red+Green+Blue) = 218+193+4=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 193 (75.78% from 255 or 46.51% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC104 is #253EFB. Grayscale: #B3B3B3. Windows color (decimal): -2440956 or 311770. OLE color: 311770.
HSL color Cylindrical-coordinate representation of color #DAC104: hue angle of 52.99º 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 #DAC104 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 4 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.15 |
| HSL | 52.99º | 0.96% | 0.44% | - |
| HSV(B) | 52.99º | 0.98% | 0.85% | - |
| XYZ | 48.01 | 53.05 | 7.83 | - |
| YUV | 178.93 | 29.28 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 4 | 0 | 0.11 | 0.98 | 0.15 | 52.99 | 0.96 | 0.44 |
| Hex | DA | C1 | 4 | 0 | B | 62 | F | 35 | 60 | 2C |
| Octal | 332 | 301 | 4 | 0 | 13 | 142 | 17 | 65 | 140 | 54 |
| Binary | 11011010 | 11000001 | 100 | 0 | 1011 | 1100010 | 1111 | 110101 | 1100000 | 101100 |
Color Harmonies of #DAC104
Complementary color
Monochromatic Colors of #DAC104
Black with #DAC104
Text Example
Text Example
White with #DAC104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC104; }
p { color: rgb(218,193,4); }
H1.HeaderClassName
{
color: #DAC104;
}
.AnyTagClassName
{
color: #DAC104;
}
</style>
background-color css
<style>
a { background-color: #DAC104; }
a { background-color: rgb(218,193,4); }
div.DivClassName
{
background-color: #DAC104;
}
.BgClassName
{
background-color: #DAC104;
}
</style>
border-color css
<style>
span { border-color: #DAC104; }
span { border-color: rgb(218,193,4); }
td.TdClassName
{
border-color: #DAC104;
}
.TagClassName
{
border-color: #DAC104;
}
</style>