Shades of Bird Flower #DAC506
Tints of Bird Flower #DAC506
RGB
CMYK
RGB Variations
Color information
#DAC506 (or 0xDAC506) is known color: Bird Flower. HEX triplet: DA, C5 and 06. RGB value is (218,197,6). Sum of RGB (Red+Green+Blue) = 218+197+6=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC506 is #253AF9. Grayscale: #B6B6B6. Windows color (decimal): -2439930 or 443866. OLE color: 443866.
HSL color Cylindrical-coordinate representation of color #DAC506: hue angle of 54.06º 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 #DAC506 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 6 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.15 |
| HSL | 54.06º | 0.95% | 0.44% | - |
| HSV(B) | 54.06º | 0.97% | 0.85% | - |
| XYZ | 48.91 | 54.85 | 8.18 | - |
| YUV | 181.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 6 | 0 | 0.10 | 0.97 | 0.15 | 54.06 | 0.95 | 0.44 |
| Hex | DA | C5 | 6 | 0 | A | 61 | F | 36 | 5F | 2C |
| Octal | 332 | 305 | 6 | 0 | 12 | 141 | 17 | 66 | 137 | 54 |
| Binary | 11011010 | 11000101 | 110 | 0 | 1010 | 1100001 | 1111 | 110110 | 1011111 | 101100 |
Color Harmonies of #DAC506
Complementary color
Monochromatic Colors of #DAC506
Black with #DAC506
Text Example
Text Example
White with #DAC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC506; }
p { color: rgb(218,197,6); }
H1.HeaderClassName
{
color: #DAC506;
}
.AnyTagClassName
{
color: #DAC506;
}
</style>
background-color css
<style>
a { background-color: #DAC506; }
a { background-color: rgb(218,197,6); }
div.DivClassName
{
background-color: #DAC506;
}
.BgClassName
{
background-color: #DAC506;
}
</style>
border-color css
<style>
span { border-color: #DAC506; }
span { border-color: rgb(218,197,6); }
td.TdClassName
{
border-color: #DAC506;
}
.TagClassName
{
border-color: #DAC506;
}
</style>