Shades of Bird Flower #DACE0B
Tints of Bird Flower #DACE0B
RGB
CMYK
RGB Variations
Color information
#DACE0B (or 0xDACE0B) is known color: Bird Flower. HEX triplet: DA, CE and 0B. RGB value is (218,206,11). Sum of RGB (Red+Green+Blue) = 218+206+11=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACE0B is #2531F4. Grayscale: #BCBCBC. Windows color (decimal): -2437621 or 773850. OLE color: 773850.
HSL color Cylindrical-coordinate representation of color #DACE0B: hue angle of 56.52º degrees, saturation: 0.9, 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 #DACE0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.15 |
| HSL | 56.52º | 0.9% | 0.45% | - |
| HSV(B) | 56.52º | 0.95% | 0.85% | - |
| XYZ | 51.05 | 59.07 | 9.03 | - |
| YUV | 187.36 | 28.48 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 11 | 0 | 0.06 | 0.95 | 0.15 | 56.52 | 0.9 | 0.45 |
| Hex | DA | CE | B | 0 | 6 | 5F | F | 39 | 5A | 2D |
| Octal | 332 | 316 | 13 | 0 | 6 | 137 | 17 | 71 | 132 | 55 |
| Binary | 11011010 | 11001110 | 1011 | 0 | 110 | 1011111 | 1111 | 111001 | 1011010 | 101101 |
Color Harmonies of #DACE0B
Complementary color
Monochromatic Colors of #DACE0B
Black with #DACE0B
Text Example
Text Example
White with #DACE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE0B; }
p { color: rgb(218,206,11); }
H1.HeaderClassName
{
color: #DACE0B;
}
.AnyTagClassName
{
color: #DACE0B;
}
</style>
background-color css
<style>
a { background-color: #DACE0B; }
a { background-color: rgb(218,206,11); }
div.DivClassName
{
background-color: #DACE0B;
}
.BgClassName
{
background-color: #DACE0B;
}
</style>
border-color css
<style>
span { border-color: #DACE0B; }
span { border-color: rgb(218,206,11); }
td.TdClassName
{
border-color: #DACE0B;
}
.TagClassName
{
border-color: #DACE0B;
}
</style>