Shades of Bird Flower #DAC900
Tints of Bird Flower #DAC900
RGB
CMYK
RGB Variations
Color information
#DAC900 (or 0xDAC900) is known color: Bird Flower. HEX triplet: DA, C9 and 00. RGB value is (218,201,0). Sum of RGB (Red+Green+Blue) = 218+201+0=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC900 is #2536FF. Grayscale: #B7B7B7. Windows color (decimal): -2438912 or 51674. OLE color: 51674.
HSL color Cylindrical-coordinate representation of color #DAC900: hue angle of 55.32º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAC900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.15 |
| HSL | 55.32º | 1% | 0.43% | - |
| HSV(B) | 55.32º | 1% | 0.85% | - |
| XYZ | 49.8 | 56.68 | 8.32 | - |
| YUV | 183.17 | 24.63 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 0 | 0 | 0.08 | 1 | 0.15 | 55.32 | 1 | 0.43 |
| Hex | DA | C9 | 0 | 0 | 8 | 64 | F | 37 | 64 | 2B |
| Octal | 332 | 311 | 0 | 0 | 10 | 144 | 17 | 67 | 144 | 53 |
| Binary | 11011010 | 11001001 | 0 | 0 | 1000 | 1100100 | 1111 | 110111 | 1100100 | 101011 |
Color Harmonies of #DAC900
Complementary color
Monochromatic Colors of #DAC900
Black with #DAC900
Text Example
Text Example
White with #DAC900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC900; }
p { color: rgb(218,201,0); }
H1.HeaderClassName
{
color: #DAC900;
}
.AnyTagClassName
{
color: #DAC900;
}
</style>
background-color css
<style>
a { background-color: #DAC900; }
a { background-color: rgb(218,201,0); }
div.DivClassName
{
background-color: #DAC900;
}
.BgClassName
{
background-color: #DAC900;
}
</style>
border-color css
<style>
span { border-color: #DAC900; }
span { border-color: rgb(218,201,0); }
td.TdClassName
{
border-color: #DAC900;
}
.TagClassName
{
border-color: #DAC900;
}
</style>