Shades of Bird Flower #DACD0E
Tints of Bird Flower #DACD0E
RGB
CMYK
RGB Variations
Color information
#DACD0E (or 0xDACD0E) is known color: Bird Flower. HEX triplet: DA, CD and 0E. RGB value is (218,205,14). Sum of RGB (Red+Green+Blue) = 218+205+14=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACD0E is #2532F1. Grayscale: #BBBBBB. Windows color (decimal): -2437874 or 970202. OLE color: 970202.
HSL color Cylindrical-coordinate representation of color #DACD0E: hue angle of 56.18º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DACD0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.15 |
| HSL | 56.18º | 0.88% | 0.45% | - |
| HSV(B) | 56.18º | 0.94% | 0.85% | - |
| XYZ | 50.82 | 58.6 | 9.05 | - |
| YUV | 187.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 14 | 0 | 0.06 | 0.94 | 0.15 | 56.18 | 0.88 | 0.45 |
| Hex | DA | CD | E | 0 | 6 | 5E | F | 38 | 58 | 2D |
| Octal | 332 | 315 | 16 | 0 | 6 | 136 | 17 | 70 | 130 | 55 |
| Binary | 11011010 | 11001101 | 1110 | 0 | 110 | 1011110 | 1111 | 111000 | 1011000 | 101101 |
Color Harmonies of #DACD0E
Complementary color
Monochromatic Colors of #DACD0E
Black with #DACD0E
Text Example
Text Example
White with #DACD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD0E; }
p { color: rgb(218,205,14); }
H1.HeaderClassName
{
color: #DACD0E;
}
.AnyTagClassName
{
color: #DACD0E;
}
</style>
background-color css
<style>
a { background-color: #DACD0E; }
a { background-color: rgb(218,205,14); }
div.DivClassName
{
background-color: #DACD0E;
}
.BgClassName
{
background-color: #DACD0E;
}
</style>
border-color css
<style>
span { border-color: #DACD0E; }
span { border-color: rgb(218,205,14); }
td.TdClassName
{
border-color: #DACD0E;
}
.TagClassName
{
border-color: #DACD0E;
}
</style>