Shades of Sunflower #DEBF04
Tints of Sunflower #DEBF04
RGB
CMYK
RGB Variations
Color information
#DEBF04 (or 0xDEBF04) is known color: Sunflower. HEX triplet: DE, BF and 04. RGB value is (222,191,4). Sum of RGB (Red+Green+Blue) = 222+191+4=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBF04 is #2140FB. Grayscale: #B3B3B3. Windows color (decimal): -2179324 or 311262. OLE color: 311262.
HSL color Cylindrical-coordinate representation of color #DEBF04: hue angle of 51.47º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DEBF04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 4 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.13 |
| HSL | 51.47º | 0.96% | 0.44% | - |
| HSV(B) | 51.47º | 0.98% | 0.87% | - |
| XYZ | 48.78 | 52.8 | 7.74 | - |
| YUV | 178.95 | 29.27 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 4 | 0 | 0.14 | 0.98 | 0.13 | 51.47 | 0.96 | 0.44 |
| Hex | DE | BF | 4 | 0 | E | 62 | D | 33 | 60 | 2C |
| Octal | 336 | 277 | 4 | 0 | 16 | 142 | 15 | 63 | 140 | 54 |
| Binary | 11011110 | 10111111 | 100 | 0 | 1110 | 1100010 | 1101 | 110011 | 1100000 | 101100 |
Color Harmonies of #DEBF04
Complementary color
Monochromatic Colors of #DEBF04
Black with #DEBF04
Text Example
Text Example
White with #DEBF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF04; }
p { color: rgb(222,191,4); }
H1.HeaderClassName
{
color: #DEBF04;
}
.AnyTagClassName
{
color: #DEBF04;
}
</style>
background-color css
<style>
a { background-color: #DEBF04; }
a { background-color: rgb(222,191,4); }
div.DivClassName
{
background-color: #DEBF04;
}
.BgClassName
{
background-color: #DEBF04;
}
</style>
border-color css
<style>
span { border-color: #DEBF04; }
span { border-color: rgb(222,191,4); }
td.TdClassName
{
border-color: #DEBF04;
}
.TagClassName
{
border-color: #DEBF04;
}
</style>