Shades of Bird Flower #DACF08
Tints of Bird Flower #DACF08
RGB
CMYK
RGB Variations
Color information
#DACF08 (or 0xDACF08) is known color: Bird Flower. HEX triplet: DA, CF and 08. RGB value is (218,207,8). Sum of RGB (Red+Green+Blue) = 218+207+8=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACF08 is #2530F7. Grayscale: #BCBCBC. Windows color (decimal): -2437368 or 577498. OLE color: 577498.
HSL color Cylindrical-coordinate representation of color #DACF08: hue angle of 56.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DACF08 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 8 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.15 |
| HSL | 56.86º | 0.93% | 0.44% | - |
| HSV(B) | 56.86º | 0.96% | 0.85% | - |
| XYZ | 51.27 | 59.55 | 9.02 | - |
| YUV | 187.6 | 26.64 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 8 | 0 | 0.05 | 0.96 | 0.15 | 56.86 | 0.93 | 0.44 |
| Hex | DA | CF | 8 | 0 | 5 | 60 | F | 39 | 5D | 2C |
| Octal | 332 | 317 | 10 | 0 | 5 | 140 | 17 | 71 | 135 | 54 |
| Binary | 11011010 | 11001111 | 1000 | 0 | 101 | 1100000 | 1111 | 111001 | 1011101 | 101100 |
Color Harmonies of #DACF08
Complementary color
Monochromatic Colors of #DACF08
Black with #DACF08
Text Example
Text Example
White with #DACF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF08; }
p { color: rgb(218,207,8); }
H1.HeaderClassName
{
color: #DACF08;
}
.AnyTagClassName
{
color: #DACF08;
}
</style>
background-color css
<style>
a { background-color: #DACF08; }
a { background-color: rgb(218,207,8); }
div.DivClassName
{
background-color: #DACF08;
}
.BgClassName
{
background-color: #DACF08;
}
</style>
border-color css
<style>
span { border-color: #DACF08; }
span { border-color: rgb(218,207,8); }
td.TdClassName
{
border-color: #DACF08;
}
.TagClassName
{
border-color: #DACF08;
}
</style>