Shades of Bird Flower #DAC503
Tints of Bird Flower #DAC503
RGB
CMYK
RGB Variations
Color information
#DAC503 (or 0xDAC503) is known color: Bird Flower. HEX triplet: DA, C5 and 03. RGB value is (218,197,3). Sum of RGB (Red+Green+Blue) = 218+197+3=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC503 is #253AFC. Grayscale: #B5B5B5. Windows color (decimal): -2439933 or 247258. OLE color: 247258.
HSL color Cylindrical-coordinate representation of color #DAC503: hue angle of 54.14º 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 #DAC503 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.15 |
| HSL | 54.14º | 0.97% | 0.43% | - |
| HSV(B) | 54.14º | 0.99% | 0.85% | - |
| XYZ | 48.9 | 54.84 | 8.1 | - |
| YUV | 181.16 | 27.46 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 3 | 0 | 0.10 | 0.99 | 0.15 | 54.14 | 0.97 | 0.43 |
| Hex | DA | C5 | 3 | 0 | A | 63 | F | 36 | 61 | 2B |
| Octal | 332 | 305 | 3 | 0 | 12 | 143 | 17 | 66 | 141 | 53 |
| Binary | 11011010 | 11000101 | 11 | 0 | 1010 | 1100011 | 1111 | 110110 | 1100001 | 101011 |
Color Harmonies of #DAC503
Complementary color
Monochromatic Colors of #DAC503
Black with #DAC503
Text Example
Text Example
White with #DAC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC503; }
p { color: rgb(218,197,3); }
H1.HeaderClassName
{
color: #DAC503;
}
.AnyTagClassName
{
color: #DAC503;
}
</style>
background-color css
<style>
a { background-color: #DAC503; }
a { background-color: rgb(218,197,3); }
div.DivClassName
{
background-color: #DAC503;
}
.BgClassName
{
background-color: #DAC503;
}
</style>
border-color css
<style>
span { border-color: #DAC503; }
span { border-color: rgb(218,197,3); }
td.TdClassName
{
border-color: #DAC503;
}
.TagClassName
{
border-color: #DAC503;
}
</style>