Shades of Bird Flower #DAC903
Tints of Bird Flower #DAC903
RGB
CMYK
RGB Variations
Color information
#DAC903 (or 0xDAC903) is known color: Bird Flower. HEX triplet: DA, C9 and 03. RGB value is (218,201,3). Sum of RGB (Red+Green+Blue) = 218+201+3=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC903 is #2536FC. Grayscale: #B8B8B8. Windows color (decimal): -2438909 or 248282. OLE color: 248282.
HSL color Cylindrical-coordinate representation of color #DAC903: hue angle of 55.26º 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 #DAC903 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.15 |
| HSL | 55.26º | 0.97% | 0.43% | - |
| HSV(B) | 55.26º | 0.99% | 0.85% | - |
| XYZ | 49.82 | 56.69 | 8.4 | - |
| YUV | 183.51 | 26.13 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 3 | 0 | 0.08 | 0.99 | 0.15 | 55.26 | 0.97 | 0.43 |
| Hex | DA | C9 | 3 | 0 | 8 | 63 | F | 37 | 61 | 2B |
| Octal | 332 | 311 | 3 | 0 | 10 | 143 | 17 | 67 | 141 | 53 |
| Binary | 11011010 | 11001001 | 11 | 0 | 1000 | 1100011 | 1111 | 110111 | 1100001 | 101011 |
Color Harmonies of #DAC903
Complementary color
Monochromatic Colors of #DAC903
Black with #DAC903
Text Example
Text Example
White with #DAC903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC903; }
p { color: rgb(218,201,3); }
H1.HeaderClassName
{
color: #DAC903;
}
.AnyTagClassName
{
color: #DAC903;
}
</style>
background-color css
<style>
a { background-color: #DAC903; }
a { background-color: rgb(218,201,3); }
div.DivClassName
{
background-color: #DAC903;
}
.BgClassName
{
background-color: #DAC903;
}
</style>
border-color css
<style>
span { border-color: #DAC903; }
span { border-color: rgb(218,201,3); }
td.TdClassName
{
border-color: #DAC903;
}
.TagClassName
{
border-color: #DAC903;
}
</style>