Shades of Bird Flower #DAC200
Tints of Bird Flower #DAC200
RGB
CMYK
RGB Variations
Color information
#DAC200 (or 0xDAC200) is known color: Bird Flower. HEX triplet: DA, C2 and 00. RGB value is (218,194,0). Sum of RGB (Red+Green+Blue) = 218+194+0=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC200 is #253DFF. Grayscale: #B3B3B3. Windows color (decimal): -2440704 or 49882. OLE color: 49882.
HSL color Cylindrical-coordinate representation of color #DAC200: hue angle of 53.39º 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 #DAC200 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 194 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.15 |
| HSL | 53.39º | 1% | 0.43% | - |
| HSV(B) | 53.39º | 1% | 0.85% | - |
| XYZ | 48.21 | 53.49 | 7.78 | - |
| YUV | 179.06 | 26.95 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 194 | 0 | 0 | 0.11 | 1 | 0.15 | 53.39 | 1 | 0.43 |
| Hex | DA | C2 | 0 | 0 | B | 64 | F | 35 | 64 | 2B |
| Octal | 332 | 302 | 0 | 0 | 13 | 144 | 17 | 65 | 144 | 53 |
| Binary | 11011010 | 11000010 | 0 | 0 | 1011 | 1100100 | 1111 | 110101 | 1100100 | 101011 |
Color Harmonies of #DAC200
Complementary color
Monochromatic Colors of #DAC200
Black with #DAC200
Text Example
Text Example
White with #DAC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC200; }
p { color: rgb(218,194,0); }
H1.HeaderClassName
{
color: #DAC200;
}
.AnyTagClassName
{
color: #DAC200;
}
</style>
background-color css
<style>
a { background-color: #DAC200; }
a { background-color: rgb(218,194,0); }
div.DivClassName
{
background-color: #DAC200;
}
.BgClassName
{
background-color: #DAC200;
}
</style>
border-color css
<style>
span { border-color: #DAC200; }
span { border-color: rgb(218,194,0); }
td.TdClassName
{
border-color: #DAC200;
}
.TagClassName
{
border-color: #DAC200;
}
</style>