Shades of Bird Flower #DACD00
Tints of Bird Flower #DACD00
RGB
CMYK
RGB Variations
Color information
#DACD00 (or 0xDACD00) is known color: Bird Flower. HEX triplet: DA, CD and 00. RGB value is (218,205,0). Sum of RGB (Red+Green+Blue) = 218+205+0=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACD00 is #2532FF. Grayscale: #BABABA. Windows color (decimal): -2437888 or 52698. OLE color: 52698.
HSL color Cylindrical-coordinate representation of color #DACD00: hue angle of 56.42º 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 #DACD00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.15 |
| HSL | 56.42º | 1% | 0.43% | - |
| HSV(B) | 56.42º | 1% | 0.85% | - |
| XYZ | 50.74 | 58.57 | 8.63 | - |
| YUV | 185.52 | 23.31 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 0 | 0 | 0.06 | 1 | 0.15 | 56.42 | 1 | 0.43 |
| Hex | DA | CD | 0 | 0 | 6 | 64 | F | 38 | 64 | 2B |
| Octal | 332 | 315 | 0 | 0 | 6 | 144 | 17 | 70 | 144 | 53 |
| Binary | 11011010 | 11001101 | 0 | 0 | 110 | 1100100 | 1111 | 111000 | 1100100 | 101011 |
Color Harmonies of #DACD00
Complementary color
Monochromatic Colors of #DACD00
Black with #DACD00
Text Example
Text Example
White with #DACD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD00; }
p { color: rgb(218,205,0); }
H1.HeaderClassName
{
color: #DACD00;
}
.AnyTagClassName
{
color: #DACD00;
}
</style>
background-color css
<style>
a { background-color: #DACD00; }
a { background-color: rgb(218,205,0); }
div.DivClassName
{
background-color: #DACD00;
}
.BgClassName
{
background-color: #DACD00;
}
</style>
border-color css
<style>
span { border-color: #DACD00; }
span { border-color: rgb(218,205,0); }
td.TdClassName
{
border-color: #DACD00;
}
.TagClassName
{
border-color: #DACD00;
}
</style>