Shades of Bird Flower #DAC508
Tints of Bird Flower #DAC508
RGB
CMYK
RGB Variations
Color information
#DAC508 (or 0xDAC508) is known color: Bird Flower. HEX triplet: DA, C5 and 08. RGB value is (218,197,8). Sum of RGB (Red+Green+Blue) = 218+197+8=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC508 is #253AF7. Grayscale: #B6B6B6. Windows color (decimal): -2439928 or 574938. OLE color: 574938.
HSL color Cylindrical-coordinate representation of color #DAC508: hue angle of 54º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAC508 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.15 |
| HSL | 54º | 0.93% | 0.44% | - |
| HSV(B) | 54º | 0.96% | 0.85% | - |
| XYZ | 48.92 | 54.86 | 8.24 | - |
| YUV | 181.73 | 29.96 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 8 | 0 | 0.10 | 0.96 | 0.15 | 54 | 0.93 | 0.44 |
| Hex | DA | C5 | 8 | 0 | A | 60 | F | 36 | 5D | 2C |
| Octal | 332 | 305 | 10 | 0 | 12 | 140 | 17 | 66 | 135 | 54 |
| Binary | 11011010 | 11000101 | 1000 | 0 | 1010 | 1100000 | 1111 | 110110 | 1011101 | 101100 |
Color Harmonies of #DAC508
Complementary color
Monochromatic Colors of #DAC508
Black with #DAC508
Text Example
Text Example
White with #DAC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC508; }
p { color: rgb(218,197,8); }
H1.HeaderClassName
{
color: #DAC508;
}
.AnyTagClassName
{
color: #DAC508;
}
</style>
background-color css
<style>
a { background-color: #DAC508; }
a { background-color: rgb(218,197,8); }
div.DivClassName
{
background-color: #DAC508;
}
.BgClassName
{
background-color: #DAC508;
}
</style>
border-color css
<style>
span { border-color: #DAC508; }
span { border-color: rgb(218,197,8); }
td.TdClassName
{
border-color: #DAC508;
}
.TagClassName
{
border-color: #DAC508;
}
</style>