Shades of Sunflower #DEBF10
Tints of Sunflower #DEBF10
RGB
CMYK
RGB Variations
Color information
#DEBF10 (or 0xDEBF10) is known color: Sunflower. HEX triplet: DE, BF and 10. RGB value is (222,191,16). Sum of RGB (Red+Green+Blue) = 222+191+16=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBF10 is #2140EF. Grayscale: #B5B5B5. Windows color (decimal): -2179312 or 1097694. OLE color: 1097694.
HSL color Cylindrical-coordinate representation of color #DEBF10: hue angle of 50.97º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEBF10 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.13 |
| HSL | 50.97º | 0.87% | 0.47% | - |
| HSV(B) | 50.97º | 0.93% | 0.87% | - |
| XYZ | 48.85 | 52.83 | 8.11 | - |
| YUV | 180.32 | 35.27 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 16 | 0 | 0.14 | 0.93 | 0.13 | 50.97 | 0.87 | 0.47 |
| Hex | DE | BF | 10 | 0 | E | 5D | D | 33 | 57 | 2F |
| Octal | 336 | 277 | 20 | 0 | 16 | 135 | 15 | 63 | 127 | 57 |
| Binary | 11011110 | 10111111 | 10000 | 0 | 1110 | 1011101 | 1101 | 110011 | 1010111 | 101111 |
Color Harmonies of #DEBF10
Complementary color
Monochromatic Colors of #DEBF10
Black with #DEBF10
Text Example
Text Example
White with #DEBF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF10; }
p { color: rgb(222,191,16); }
H1.HeaderClassName
{
color: #DEBF10;
}
.AnyTagClassName
{
color: #DEBF10;
}
</style>
background-color css
<style>
a { background-color: #DEBF10; }
a { background-color: rgb(222,191,16); }
div.DivClassName
{
background-color: #DEBF10;
}
.BgClassName
{
background-color: #DEBF10;
}
</style>
border-color css
<style>
span { border-color: #DEBF10; }
span { border-color: rgb(222,191,16); }
td.TdClassName
{
border-color: #DEBF10;
}
.TagClassName
{
border-color: #DEBF10;
}
</style>