Shades of Bird Flower #DAC308
Tints of Bird Flower #DAC308
RGB
CMYK
RGB Variations
Color information
#DAC308 (or 0xDAC308) is known color: Bird Flower. HEX triplet: DA, C3 and 08. RGB value is (218,195,8). Sum of RGB (Red+Green+Blue) = 218+195+8=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC308 is #253CF7. Grayscale: #B5B5B5. Windows color (decimal): -2440440 or 574426. OLE color: 574426.
HSL color Cylindrical-coordinate representation of color #DAC308: hue angle of 53.43º 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 #DAC308 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 8 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.15 |
| HSL | 53.43º | 0.93% | 0.44% | - |
| HSV(B) | 53.43º | 0.96% | 0.85% | - |
| XYZ | 48.47 | 53.95 | 8.09 | - |
| YUV | 180.56 | 30.62 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 8 | 0 | 0.11 | 0.96 | 0.15 | 53.43 | 0.93 | 0.44 |
| Hex | DA | C3 | 8 | 0 | B | 60 | F | 35 | 5D | 2C |
| Octal | 332 | 303 | 10 | 0 | 13 | 140 | 17 | 65 | 135 | 54 |
| Binary | 11011010 | 11000011 | 1000 | 0 | 1011 | 1100000 | 1111 | 110101 | 1011101 | 101100 |
Color Harmonies of #DAC308
Complementary color
Monochromatic Colors of #DAC308
Black with #DAC308
Text Example
Text Example
White with #DAC308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC308; }
p { color: rgb(218,195,8); }
H1.HeaderClassName
{
color: #DAC308;
}
.AnyTagClassName
{
color: #DAC308;
}
</style>
background-color css
<style>
a { background-color: #DAC308; }
a { background-color: rgb(218,195,8); }
div.DivClassName
{
background-color: #DAC308;
}
.BgClassName
{
background-color: #DAC308;
}
</style>
border-color css
<style>
span { border-color: #DAC308; }
span { border-color: rgb(218,195,8); }
td.TdClassName
{
border-color: #DAC308;
}
.TagClassName
{
border-color: #DAC308;
}
</style>