Shades of Bird Flower #DAC300
Tints of Bird Flower #DAC300
RGB
CMYK
RGB Variations
Color information
#DAC300 (or 0xDAC300) is known color: Bird Flower. HEX triplet: DA, C3 and 00. RGB value is (218,195,0). Sum of RGB (Red+Green+Blue) = 218+195+0=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC300 is #253CFF. Grayscale: #B4B4B4. Windows color (decimal): -2440448 or 50138. OLE color: 50138.
HSL color Cylindrical-coordinate representation of color #DAC300: hue angle of 53.67º 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 #DAC300 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.15 |
| HSL | 53.67º | 1% | 0.43% | - |
| HSV(B) | 53.67º | 1% | 0.85% | - |
| XYZ | 48.43 | 53.94 | 7.86 | - |
| YUV | 179.65 | 26.62 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 0 | 0 | 0.11 | 1 | 0.15 | 53.67 | 1 | 0.43 |
| Hex | DA | C3 | 0 | 0 | B | 64 | F | 36 | 64 | 2B |
| Octal | 332 | 303 | 0 | 0 | 13 | 144 | 17 | 66 | 144 | 53 |
| Binary | 11011010 | 11000011 | 0 | 0 | 1011 | 1100100 | 1111 | 110110 | 1100100 | 101011 |
Color Harmonies of #DAC300
Complementary color
Monochromatic Colors of #DAC300
Black with #DAC300
Text Example
Text Example
White with #DAC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC300; }
p { color: rgb(218,195,0); }
H1.HeaderClassName
{
color: #DAC300;
}
.AnyTagClassName
{
color: #DAC300;
}
</style>
background-color css
<style>
a { background-color: #DAC300; }
a { background-color: rgb(218,195,0); }
div.DivClassName
{
background-color: #DAC300;
}
.BgClassName
{
background-color: #DAC300;
}
</style>
border-color css
<style>
span { border-color: #DAC300; }
span { border-color: rgb(218,195,0); }
td.TdClassName
{
border-color: #DAC300;
}
.TagClassName
{
border-color: #DAC300;
}
</style>