Shades of Bird Flower #DACC0D
Tints of Bird Flower #DACC0D
RGB
CMYK
RGB Variations
Color information
#DACC0D (or 0xDACC0D) is known color: Bird Flower. HEX triplet: DA, CC and 0D. RGB value is (218,204,13). Sum of RGB (Red+Green+Blue) = 218+204+13=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC0D is #2533F2. Grayscale: #BBBBBB. Windows color (decimal): -2438131 or 904410. OLE color: 904410.
HSL color Cylindrical-coordinate representation of color #DACC0D: hue angle of 55.9º degrees, saturation: 0.89, 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 #DACC0D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.15 |
| HSL | 55.9º | 0.89% | 0.45% | - |
| HSV(B) | 55.9º | 0.94% | 0.85% | - |
| XYZ | 50.58 | 58.12 | 8.93 | - |
| YUV | 186.41 | 30.14 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 13 | 0 | 0.06 | 0.94 | 0.15 | 55.9 | 0.89 | 0.45 |
| Hex | DA | CC | D | 0 | 6 | 5E | F | 38 | 59 | 2D |
| Octal | 332 | 314 | 15 | 0 | 6 | 136 | 17 | 70 | 131 | 55 |
| Binary | 11011010 | 11001100 | 1101 | 0 | 110 | 1011110 | 1111 | 111000 | 1011001 | 101101 |
Color Harmonies of #DACC0D
Complementary color
Monochromatic Colors of #DACC0D
Black with #DACC0D
Text Example
Text Example
White with #DACC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC0D; }
p { color: rgb(218,204,13); }
H1.HeaderClassName
{
color: #DACC0D;
}
.AnyTagClassName
{
color: #DACC0D;
}
</style>
background-color css
<style>
a { background-color: #DACC0D; }
a { background-color: rgb(218,204,13); }
div.DivClassName
{
background-color: #DACC0D;
}
.BgClassName
{
background-color: #DACC0D;
}
</style>
border-color css
<style>
span { border-color: #DACC0D; }
span { border-color: rgb(218,204,13); }
td.TdClassName
{
border-color: #DACC0D;
}
.TagClassName
{
border-color: #DACC0D;
}
</style>