Shades of Bird Flower #DAC205
Tints of Bird Flower #DAC205
RGB
CMYK
RGB Variations
Color information
#DAC205 (or 0xDAC205) is known color: Bird Flower. HEX triplet: DA, C2 and 05. RGB value is (218,194,5). Sum of RGB (Red+Green+Blue) = 218+194+5=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC205 is #253DFA. Grayscale: #B4B4B4. Windows color (decimal): -2440699 or 377562. OLE color: 377562.
HSL color Cylindrical-coordinate representation of color #DAC205: hue angle of 53.24º 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 #DAC205 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.15 |
| HSL | 53.24º | 0.96% | 0.44% | - |
| HSV(B) | 53.24º | 0.98% | 0.85% | - |
| XYZ | 48.23 | 53.5 | 7.93 | - |
| YUV | 179.63 | 29.45 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 5 | 0 | 0.11 | 0.98 | 0.15 | 53.24 | 0.96 | 0.44 |
| Hex | DA | C2 | 5 | 0 | B | 62 | F | 35 | 60 | 2C |
| Octal | 332 | 302 | 5 | 0 | 13 | 142 | 17 | 65 | 140 | 54 |
| Binary | 11011010 | 11000010 | 101 | 0 | 1011 | 1100010 | 1111 | 110101 | 1100000 | 101100 |
Color Harmonies of #DAC205
Complementary color
Monochromatic Colors of #DAC205
Black with #DAC205
Text Example
Text Example
White with #DAC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC205; }
p { color: rgb(218,194,5); }
H1.HeaderClassName
{
color: #DAC205;
}
.AnyTagClassName
{
color: #DAC205;
}
</style>
background-color css
<style>
a { background-color: #DAC205; }
a { background-color: rgb(218,194,5); }
div.DivClassName
{
background-color: #DAC205;
}
.BgClassName
{
background-color: #DAC205;
}
</style>
border-color css
<style>
span { border-color: #DAC205; }
span { border-color: rgb(218,194,5); }
td.TdClassName
{
border-color: #DAC205;
}
.TagClassName
{
border-color: #DAC205;
}
</style>