Shades of Bird Flower #DAC705
Tints of Bird Flower #DAC705
RGB
CMYK
RGB Variations
Color information
#DAC705 (or 0xDAC705) is known color: Bird Flower. HEX triplet: DA, C7 and 05. RGB value is (218,199,5). Sum of RGB (Red+Green+Blue) = 218+199+5=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC705 is #2538FA. Grayscale: #B7B7B7. Windows color (decimal): -2439419 or 378842. OLE color: 378842.
HSL color Cylindrical-coordinate representation of color #DAC705: hue angle of 54.65º 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 #DAC705 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 5 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.15 |
| HSL | 54.65º | 0.96% | 0.44% | - |
| HSV(B) | 54.65º | 0.98% | 0.85% | - |
| XYZ | 49.36 | 55.76 | 8.31 | - |
| YUV | 182.57 | 27.79 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 5 | 0 | 0.09 | 0.98 | 0.15 | 54.65 | 0.96 | 0.44 |
| Hex | DA | C7 | 5 | 0 | 9 | 62 | F | 37 | 60 | 2C |
| Octal | 332 | 307 | 5 | 0 | 11 | 142 | 17 | 67 | 140 | 54 |
| Binary | 11011010 | 11000111 | 101 | 0 | 1001 | 1100010 | 1111 | 110111 | 1100000 | 101100 |
Color Harmonies of #DAC705
Complementary color
Monochromatic Colors of #DAC705
Black with #DAC705
Text Example
Text Example
White with #DAC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC705; }
p { color: rgb(218,199,5); }
H1.HeaderClassName
{
color: #DAC705;
}
.AnyTagClassName
{
color: #DAC705;
}
</style>
background-color css
<style>
a { background-color: #DAC705; }
a { background-color: rgb(218,199,5); }
div.DivClassName
{
background-color: #DAC705;
}
.BgClassName
{
background-color: #DAC705;
}
</style>
border-color css
<style>
span { border-color: #DAC705; }
span { border-color: rgb(218,199,5); }
td.TdClassName
{
border-color: #DAC705;
}
.TagClassName
{
border-color: #DAC705;
}
</style>