Shades of Bird Flower #DAC603
Tints of Bird Flower #DAC603
RGB
CMYK
RGB Variations
Color information
#DAC603 (or 0xDAC603) is known color: Bird Flower. HEX triplet: DA, C6 and 03. RGB value is (218,198,3). Sum of RGB (Red+Green+Blue) = 218+198+3=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC603 is #2539FC. Grayscale: #B6B6B6. Windows color (decimal): -2439677 or 247514. OLE color: 247514.
HSL color Cylindrical-coordinate representation of color #DAC603: hue angle of 54.42º 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 #DAC603 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.15 |
| HSL | 54.42º | 0.97% | 0.43% | - |
| HSV(B) | 54.42º | 0.99% | 0.85% | - |
| XYZ | 49.12 | 55.3 | 8.17 | - |
| YUV | 181.75 | 27.13 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 3 | 0 | 0.09 | 0.99 | 0.15 | 54.42 | 0.97 | 0.43 |
| Hex | DA | C6 | 3 | 0 | 9 | 63 | F | 36 | 61 | 2B |
| Octal | 332 | 306 | 3 | 0 | 11 | 143 | 17 | 66 | 141 | 53 |
| Binary | 11011010 | 11000110 | 11 | 0 | 1001 | 1100011 | 1111 | 110110 | 1100001 | 101011 |
Color Harmonies of #DAC603
Complementary color
Monochromatic Colors of #DAC603
Black with #DAC603
Text Example
Text Example
White with #DAC603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC603; }
p { color: rgb(218,198,3); }
H1.HeaderClassName
{
color: #DAC603;
}
.AnyTagClassName
{
color: #DAC603;
}
</style>
background-color css
<style>
a { background-color: #DAC603; }
a { background-color: rgb(218,198,3); }
div.DivClassName
{
background-color: #DAC603;
}
.BgClassName
{
background-color: #DAC603;
}
</style>
border-color css
<style>
span { border-color: #DAC603; }
span { border-color: rgb(218,198,3); }
td.TdClassName
{
border-color: #DAC603;
}
.TagClassName
{
border-color: #DAC603;
}
</style>