Shades of Bird Flower #DAC003
Tints of Bird Flower #DAC003
RGB
CMYK
RGB Variations
Color information
#DAC003 (or 0xDAC003) is known color: Bird Flower. HEX triplet: DA, C0 and 03. RGB value is (218,192,3). Sum of RGB (Red+Green+Blue) = 218+192+3=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC003 is #253FFC. Grayscale: #B3B3B3. Windows color (decimal): -2441213 or 245978. OLE color: 245978.
HSL color Cylindrical-coordinate representation of color #DAC003: hue angle of 52.74º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAC003 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.15 |
| HSL | 52.74º | 0.97% | 0.43% | - |
| HSV(B) | 52.74º | 0.99% | 0.85% | - |
| XYZ | 47.78 | 52.61 | 7.72 | - |
| YUV | 178.23 | 29.11 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 3 | 0 | 0.12 | 0.99 | 0.15 | 52.74 | 0.97 | 0.43 |
| Hex | DA | C0 | 3 | 0 | C | 63 | F | 35 | 61 | 2B |
| Octal | 332 | 300 | 3 | 0 | 14 | 143 | 17 | 65 | 141 | 53 |
| Binary | 11011010 | 11000000 | 11 | 0 | 1100 | 1100011 | 1111 | 110101 | 1100001 | 101011 |
Color Harmonies of #DAC003
Complementary color
Monochromatic Colors of #DAC003
Black with #DAC003
Text Example
Text Example
White with #DAC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC003; }
p { color: rgb(218,192,3); }
H1.HeaderClassName
{
color: #DAC003;
}
.AnyTagClassName
{
color: #DAC003;
}
</style>
background-color css
<style>
a { background-color: #DAC003; }
a { background-color: rgb(218,192,3); }
div.DivClassName
{
background-color: #DAC003;
}
.BgClassName
{
background-color: #DAC003;
}
</style>
border-color css
<style>
span { border-color: #DAC003; }
span { border-color: rgb(218,192,3); }
td.TdClassName
{
border-color: #DAC003;
}
.TagClassName
{
border-color: #DAC003;
}
</style>