Shades of Sunflower #DEBF21
Tints of Sunflower #DEBF21
RGB
CMYK
RGB Variations
Color information
#DEBF21 (or 0xDEBF21) is known color: Sunflower. HEX triplet: DE, BF and 21. RGB value is (222,191,33). Sum of RGB (Red+Green+Blue) = 222+191+33=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF21 is #2140DE. Grayscale: #B6B6B6. Windows color (decimal): -2179295 or 2211806. OLE color: 2211806.
HSL color Cylindrical-coordinate representation of color #DEBF21: hue angle of 50.16º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEBF21 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 33 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.13 |
| HSL | 50.16º | 0.74% | 0.5% | - |
| HSV(B) | 50.16º | 0.85% | 0.87% | - |
| XYZ | 49.03 | 52.9 | 9.07 | - |
| YUV | 182.26 | 43.77 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 33 | 0 | 0.14 | 0.85 | 0.13 | 50.16 | 0.74 | 0.5 |
| Hex | DE | BF | 21 | 0 | E | 55 | D | 32 | 4A | 32 |
| Octal | 336 | 277 | 41 | 0 | 16 | 125 | 15 | 62 | 112 | 62 |
| Binary | 11011110 | 10111111 | 100001 | 0 | 1110 | 1010101 | 1101 | 110010 | 1001010 | 110010 |
Color Harmonies of #DEBF21
Complementary color
Monochromatic Colors of #DEBF21
Black with #DEBF21
Text Example
Text Example
White with #DEBF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF21; }
p { color: rgb(222,191,33); }
H1.HeaderClassName
{
color: #DEBF21;
}
.AnyTagClassName
{
color: #DEBF21;
}
</style>
background-color css
<style>
a { background-color: #DEBF21; }
a { background-color: rgb(222,191,33); }
div.DivClassName
{
background-color: #DEBF21;
}
.BgClassName
{
background-color: #DEBF21;
}
</style>
border-color css
<style>
span { border-color: #DEBF21; }
span { border-color: rgb(222,191,33); }
td.TdClassName
{
border-color: #DEBF21;
}
.TagClassName
{
border-color: #DEBF21;
}
</style>