Shades of Bird Flower #DACC0F
Tints of Bird Flower #DACC0F
RGB
CMYK
RGB Variations
Color information
#DACC0F (or 0xDACC0F) is known color: Bird Flower. HEX triplet: DA, CC and 0F. RGB value is (218,204,15). Sum of RGB (Red+Green+Blue) = 218+204+15=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC0F is #2533F0. Grayscale: #BBBBBB. Windows color (decimal): -2438129 or 1035482. OLE color: 1035482.
HSL color Cylindrical-coordinate representation of color #DACC0F: hue angle of 55.86º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DACC0F is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 15 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.15 |
| HSL | 55.86º | 0.87% | 0.46% | - |
| HSV(B) | 55.86º | 0.93% | 0.85% | - |
| XYZ | 50.59 | 58.13 | 9 | - |
| YUV | 186.64 | 31.14 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 15 | 0 | 0.06 | 0.93 | 0.15 | 55.86 | 0.87 | 0.46 |
| Hex | DA | CC | F | 0 | 6 | 5D | F | 38 | 57 | 2E |
| Octal | 332 | 314 | 17 | 0 | 6 | 135 | 17 | 70 | 127 | 56 |
| Binary | 11011010 | 11001100 | 1111 | 0 | 110 | 1011101 | 1111 | 111000 | 1010111 | 101110 |
Color Harmonies of #DACC0F
Complementary color
Monochromatic Colors of #DACC0F
Black with #DACC0F
Text Example
Text Example
White with #DACC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC0F; }
p { color: rgb(218,204,15); }
H1.HeaderClassName
{
color: #DACC0F;
}
.AnyTagClassName
{
color: #DACC0F;
}
</style>
background-color css
<style>
a { background-color: #DACC0F; }
a { background-color: rgb(218,204,15); }
div.DivClassName
{
background-color: #DACC0F;
}
.BgClassName
{
background-color: #DACC0F;
}
</style>
border-color css
<style>
span { border-color: #DACC0F; }
span { border-color: rgb(218,204,15); }
td.TdClassName
{
border-color: #DACC0F;
}
.TagClassName
{
border-color: #DACC0F;
}
</style>