Shades of Bird Flower #DAC106
Tints of Bird Flower #DAC106
RGB
CMYK
RGB Variations
Color information
#DAC106 (or 0xDAC106) is known color: Bird Flower. HEX triplet: DA, C1 and 06. RGB value is (218,193,6). Sum of RGB (Red+Green+Blue) = 218+193+6=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC106 is #253EF9. Grayscale: #B3B3B3. Windows color (decimal): -2440954 or 442842. OLE color: 442842.
HSL color Cylindrical-coordinate representation of color #DAC106: hue angle of 52.92º degrees, saturation: 0.95, 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 #DAC106 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 6 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.15 |
| HSL | 52.92º | 0.95% | 0.44% | - |
| HSV(B) | 52.92º | 0.97% | 0.85% | - |
| XYZ | 48.02 | 53.06 | 7.88 | - |
| YUV | 179.16 | 30.28 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 6 | 0 | 0.11 | 0.97 | 0.15 | 52.92 | 0.95 | 0.44 |
| Hex | DA | C1 | 6 | 0 | B | 61 | F | 35 | 5F | 2C |
| Octal | 332 | 301 | 6 | 0 | 13 | 141 | 17 | 65 | 137 | 54 |
| Binary | 11011010 | 11000001 | 110 | 0 | 1011 | 1100001 | 1111 | 110101 | 1011111 | 101100 |
Color Harmonies of #DAC106
Complementary color
Monochromatic Colors of #DAC106
Black with #DAC106
Text Example
Text Example
White with #DAC106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC106; }
p { color: rgb(218,193,6); }
H1.HeaderClassName
{
color: #DAC106;
}
.AnyTagClassName
{
color: #DAC106;
}
</style>
background-color css
<style>
a { background-color: #DAC106; }
a { background-color: rgb(218,193,6); }
div.DivClassName
{
background-color: #DAC106;
}
.BgClassName
{
background-color: #DAC106;
}
</style>
border-color css
<style>
span { border-color: #DAC106; }
span { border-color: rgb(218,193,6); }
td.TdClassName
{
border-color: #DAC106;
}
.TagClassName
{
border-color: #DAC106;
}
</style>