Shades of Bird Flower #DAC905
Tints of Bird Flower #DAC905
RGB
CMYK
RGB Variations
Color information
#DAC905 (or 0xDAC905) is known color: Bird Flower. HEX triplet: DA, C9 and 05. RGB value is (218,201,5). Sum of RGB (Red+Green+Blue) = 218+201+5=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC905 is #2536FA. Grayscale: #B8B8B8. Windows color (decimal): -2438907 or 379354. OLE color: 379354.
HSL color Cylindrical-coordinate representation of color #DAC905: hue angle of 55.21º 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 #DAC905 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.15 |
| HSL | 55.21º | 0.96% | 0.44% | - |
| HSV(B) | 55.21º | 0.98% | 0.85% | - |
| XYZ | 49.83 | 56.69 | 8.46 | - |
| YUV | 183.74 | 27.13 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 5 | 0 | 0.08 | 0.98 | 0.15 | 55.21 | 0.96 | 0.44 |
| Hex | DA | C9 | 5 | 0 | 8 | 62 | F | 37 | 60 | 2C |
| Octal | 332 | 311 | 5 | 0 | 10 | 142 | 17 | 67 | 140 | 54 |
| Binary | 11011010 | 11001001 | 101 | 0 | 1000 | 1100010 | 1111 | 110111 | 1100000 | 101100 |
Color Harmonies of #DAC905
Complementary color
Monochromatic Colors of #DAC905
Black with #DAC905
Text Example
Text Example
White with #DAC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC905; }
p { color: rgb(218,201,5); }
H1.HeaderClassName
{
color: #DAC905;
}
.AnyTagClassName
{
color: #DAC905;
}
</style>
background-color css
<style>
a { background-color: #DAC905; }
a { background-color: rgb(218,201,5); }
div.DivClassName
{
background-color: #DAC905;
}
.BgClassName
{
background-color: #DAC905;
}
</style>
border-color css
<style>
span { border-color: #DAC905; }
span { border-color: rgb(218,201,5); }
td.TdClassName
{
border-color: #DAC905;
}
.TagClassName
{
border-color: #DAC905;
}
</style>