Shades of Bird Flower #DAC800
Tints of Bird Flower #DAC800
RGB
CMYK
RGB Variations
Color information
#DAC800 (or 0xDAC800) is known color: Bird Flower. HEX triplet: DA, C8 and 00. RGB value is (218,200,0). Sum of RGB (Red+Green+Blue) = 218+200+0=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC800 is #2537FF. Grayscale: #B7B7B7. Windows color (decimal): -2439168 or 51418. OLE color: 51418.
HSL color Cylindrical-coordinate representation of color #DAC800: hue angle of 55.05º 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 #DAC800 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 200 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.15 |
| HSL | 55.05º | 1% | 0.43% | - |
| HSV(B) | 55.05º | 1% | 0.85% | - |
| XYZ | 49.57 | 56.21 | 8.24 | - |
| YUV | 182.58 | 24.96 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 0 | 0 | 0.08 | 1 | 0.15 | 55.05 | 1 | 0.43 |
| Hex | DA | C8 | 0 | 0 | 8 | 64 | F | 37 | 64 | 2B |
| Octal | 332 | 310 | 0 | 0 | 10 | 144 | 17 | 67 | 144 | 53 |
| Binary | 11011010 | 11001000 | 0 | 0 | 1000 | 1100100 | 1111 | 110111 | 1100100 | 101011 |
Color Harmonies of #DAC800
Complementary color
Monochromatic Colors of #DAC800
Black with #DAC800
Text Example
Text Example
White with #DAC800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC800; }
p { color: rgb(218,200,0); }
H1.HeaderClassName
{
color: #DAC800;
}
.AnyTagClassName
{
color: #DAC800;
}
</style>
background-color css
<style>
a { background-color: #DAC800; }
a { background-color: rgb(218,200,0); }
div.DivClassName
{
background-color: #DAC800;
}
.BgClassName
{
background-color: #DAC800;
}
</style>
border-color css
<style>
span { border-color: #DAC800; }
span { border-color: rgb(218,200,0); }
td.TdClassName
{
border-color: #DAC800;
}
.TagClassName
{
border-color: #DAC800;
}
</style>