Shades of Bird Flower #DACF03
Tints of Bird Flower #DACF03
RGB
CMYK
RGB Variations
Color information
#DACF03 (or 0xDACF03) is known color: Bird Flower. HEX triplet: DA, CF and 03. RGB value is (218,207,3). Sum of RGB (Red+Green+Blue) = 218+207+3=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACF03 is #2530FC. Grayscale: #BBBBBB. Windows color (decimal): -2437373 or 249818. OLE color: 249818.
HSL color Cylindrical-coordinate representation of color #DACF03: hue angle of 56.93º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DACF03 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.15 |
| HSL | 56.93º | 0.97% | 0.43% | - |
| HSV(B) | 56.93º | 0.99% | 0.85% | - |
| XYZ | 51.24 | 59.54 | 8.88 | - |
| YUV | 187.03 | 24.14 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 3 | 0 | 0.05 | 0.99 | 0.15 | 56.93 | 0.97 | 0.43 |
| Hex | DA | CF | 3 | 0 | 5 | 63 | F | 39 | 61 | 2B |
| Octal | 332 | 317 | 3 | 0 | 5 | 143 | 17 | 71 | 141 | 53 |
| Binary | 11011010 | 11001111 | 11 | 0 | 101 | 1100011 | 1111 | 111001 | 1100001 | 101011 |
Color Harmonies of #DACF03
Complementary color
Monochromatic Colors of #DACF03
Black with #DACF03
Text Example
Text Example
White with #DACF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF03; }
p { color: rgb(218,207,3); }
H1.HeaderClassName
{
color: #DACF03;
}
.AnyTagClassName
{
color: #DACF03;
}
</style>
background-color css
<style>
a { background-color: #DACF03; }
a { background-color: rgb(218,207,3); }
div.DivClassName
{
background-color: #DACF03;
}
.BgClassName
{
background-color: #DACF03;
}
</style>
border-color css
<style>
span { border-color: #DACF03; }
span { border-color: rgb(218,207,3); }
td.TdClassName
{
border-color: #DACF03;
}
.TagClassName
{
border-color: #DACF03;
}
</style>