Shades of Bird Flower #DAC207
Tints of Bird Flower #DAC207
RGB
CMYK
RGB Variations
Color information
#DAC207 (or 0xDAC207) is known color: Bird Flower. HEX triplet: DA, C2 and 07. RGB value is (218,194,7). Sum of RGB (Red+Green+Blue) = 218+194+7=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC207 is #253DF8. Grayscale: #B4B4B4. Windows color (decimal): -2440697 or 508634. OLE color: 508634.
HSL color Cylindrical-coordinate representation of color #DAC207: hue angle of 53.18º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAC207 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.15 |
| HSL | 53.18º | 0.94% | 0.44% | - |
| HSV(B) | 53.18º | 0.97% | 0.85% | - |
| XYZ | 48.24 | 53.5 | 7.99 | - |
| YUV | 179.86 | 30.45 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 7 | 0 | 0.11 | 0.97 | 0.15 | 53.18 | 0.94 | 0.44 |
| Hex | DA | C2 | 7 | 0 | B | 61 | F | 35 | 5E | 2C |
| Octal | 332 | 302 | 7 | 0 | 13 | 141 | 17 | 65 | 136 | 54 |
| Binary | 11011010 | 11000010 | 111 | 0 | 1011 | 1100001 | 1111 | 110101 | 1011110 | 101100 |
Color Harmonies of #DAC207
Complementary color
Monochromatic Colors of #DAC207
Black with #DAC207
Text Example
Text Example
White with #DAC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC207; }
p { color: rgb(218,194,7); }
H1.HeaderClassName
{
color: #DAC207;
}
.AnyTagClassName
{
color: #DAC207;
}
</style>
background-color css
<style>
a { background-color: #DAC207; }
a { background-color: rgb(218,194,7); }
div.DivClassName
{
background-color: #DAC207;
}
.BgClassName
{
background-color: #DAC207;
}
</style>
border-color css
<style>
span { border-color: #DAC207; }
span { border-color: rgb(218,194,7); }
td.TdClassName
{
border-color: #DAC207;
}
.TagClassName
{
border-color: #DAC207;
}
</style>