Shades of Bird Flower #DAC608
Tints of Bird Flower #DAC608
RGB
CMYK
RGB Variations
Color information
#DAC608 (or 0xDAC608) is known color: Bird Flower. HEX triplet: DA, C6 and 08. RGB value is (218,198,8). Sum of RGB (Red+Green+Blue) = 218+198+8=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC608 is #2539F7. Grayscale: #B7B7B7. Windows color (decimal): -2439672 or 575194. OLE color: 575194.
HSL color Cylindrical-coordinate representation of color #DAC608: hue angle of 54.29º 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 #DAC608 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.15 |
| HSL | 54.29º | 0.93% | 0.44% | - |
| HSV(B) | 54.29º | 0.96% | 0.85% | - |
| XYZ | 49.15 | 55.31 | 8.32 | - |
| YUV | 182.32 | 29.63 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 8 | 0 | 0.09 | 0.96 | 0.15 | 54.29 | 0.93 | 0.44 |
| Hex | DA | C6 | 8 | 0 | 9 | 60 | F | 36 | 5D | 2C |
| Octal | 332 | 306 | 10 | 0 | 11 | 140 | 17 | 66 | 135 | 54 |
| Binary | 11011010 | 11000110 | 1000 | 0 | 1001 | 1100000 | 1111 | 110110 | 1011101 | 101100 |
Color Harmonies of #DAC608
Complementary color
Monochromatic Colors of #DAC608
Black with #DAC608
Text Example
Text Example
White with #DAC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC608; }
p { color: rgb(218,198,8); }
H1.HeaderClassName
{
color: #DAC608;
}
.AnyTagClassName
{
color: #DAC608;
}
</style>
background-color css
<style>
a { background-color: #DAC608; }
a { background-color: rgb(218,198,8); }
div.DivClassName
{
background-color: #DAC608;
}
.BgClassName
{
background-color: #DAC608;
}
</style>
border-color css
<style>
span { border-color: #DAC608; }
span { border-color: rgb(218,198,8); }
td.TdClassName
{
border-color: #DAC608;
}
.TagClassName
{
border-color: #DAC608;
}
</style>