Shades of Bird Flower #DACD0A
Tints of Bird Flower #DACD0A
RGB
CMYK
RGB Variations
Color information
#DACD0A (or 0xDACD0A) is known color: Bird Flower. HEX triplet: DA, CD and 0A. RGB value is (218,205,10). Sum of RGB (Red+Green+Blue) = 218+205+10=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACD0A is #2532F5. Grayscale: #BBBBBB. Windows color (decimal): -2437878 or 708058. OLE color: 708058.
HSL color Cylindrical-coordinate representation of color #DACD0A: hue angle of 56.25º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DACD0A is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 10 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.15 |
| HSL | 56.25º | 0.91% | 0.45% | - |
| HSV(B) | 56.25º | 0.95% | 0.85% | - |
| XYZ | 50.8 | 58.59 | 8.92 | - |
| YUV | 186.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 10 | 0 | 0.06 | 0.95 | 0.15 | 56.25 | 0.91 | 0.45 |
| Hex | DA | CD | A | 0 | 6 | 5F | F | 38 | 5B | 2D |
| Octal | 332 | 315 | 12 | 0 | 6 | 137 | 17 | 70 | 133 | 55 |
| Binary | 11011010 | 11001101 | 1010 | 0 | 110 | 1011111 | 1111 | 111000 | 1011011 | 101101 |
Color Harmonies of #DACD0A
Complementary color
Monochromatic Colors of #DACD0A
Black with #DACD0A
Text Example
Text Example
White with #DACD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD0A; }
p { color: rgb(218,205,10); }
H1.HeaderClassName
{
color: #DACD0A;
}
.AnyTagClassName
{
color: #DACD0A;
}
</style>
background-color css
<style>
a { background-color: #DACD0A; }
a { background-color: rgb(218,205,10); }
div.DivClassName
{
background-color: #DACD0A;
}
.BgClassName
{
background-color: #DACD0A;
}
</style>
border-color css
<style>
span { border-color: #DACD0A; }
span { border-color: rgb(218,205,10); }
td.TdClassName
{
border-color: #DACD0A;
}
.TagClassName
{
border-color: #DACD0A;
}
</style>