Shades of Bird Flower #DACF0B
Tints of Bird Flower #DACF0B
RGB
CMYK
RGB Variations
Color information
#DACF0B (or 0xDACF0B) is known color: Bird Flower. HEX triplet: DA, CF and 0B. RGB value is (218,207,11). Sum of RGB (Red+Green+Blue) = 218+207+11=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACF0B is #2530F4. Grayscale: #BCBCBC. Windows color (decimal): -2437365 or 774106. OLE color: 774106.
HSL color Cylindrical-coordinate representation of color #DACF0B: hue angle of 56.81º 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 #DACF0B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.15 |
| HSL | 56.81º | 0.9% | 0.45% | - |
| HSV(B) | 56.81º | 0.95% | 0.85% | - |
| XYZ | 51.29 | 59.56 | 9.11 | - |
| YUV | 187.95 | 28.14 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 11 | 0 | 0.05 | 0.95 | 0.15 | 56.81 | 0.9 | 0.45 |
| Hex | DA | CF | B | 0 | 5 | 5F | F | 39 | 5A | 2D |
| Octal | 332 | 317 | 13 | 0 | 5 | 137 | 17 | 71 | 132 | 55 |
| Binary | 11011010 | 11001111 | 1011 | 0 | 101 | 1011111 | 1111 | 111001 | 1011010 | 101101 |
Color Harmonies of #DACF0B
Complementary color
Monochromatic Colors of #DACF0B
Black with #DACF0B
Text Example
Text Example
White with #DACF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF0B; }
p { color: rgb(218,207,11); }
H1.HeaderClassName
{
color: #DACF0B;
}
.AnyTagClassName
{
color: #DACF0B;
}
</style>
background-color css
<style>
a { background-color: #DACF0B; }
a { background-color: rgb(218,207,11); }
div.DivClassName
{
background-color: #DACF0B;
}
.BgClassName
{
background-color: #DACF0B;
}
</style>
border-color css
<style>
span { border-color: #DACF0B; }
span { border-color: rgb(218,207,11); }
td.TdClassName
{
border-color: #DACF0B;
}
.TagClassName
{
border-color: #DACF0B;
}
</style>