Shades of Sunflower #DEBF0C
Tints of Sunflower #DEBF0C
RGB
CMYK
RGB Variations
Color information
#DEBF0C (or 0xDEBF0C) is known color: Sunflower. HEX triplet: DE, BF and 0C. RGB value is (222,191,12). Sum of RGB (Red+Green+Blue) = 222+191+12=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBF0C is #2140F3. Grayscale: #B4B4B4. Windows color (decimal): -2179316 or 835550. OLE color: 835550.
HSL color Cylindrical-coordinate representation of color #DEBF0C: hue angle of 51.14º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEBF0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.13 |
| HSL | 51.14º | 0.9% | 0.46% | - |
| HSV(B) | 51.14º | 0.95% | 0.87% | - |
| XYZ | 48.82 | 52.82 | 7.97 | - |
| YUV | 179.86 | 33.27 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 12 | 0 | 0.14 | 0.95 | 0.13 | 51.14 | 0.9 | 0.46 |
| Hex | DE | BF | C | 0 | E | 5F | D | 33 | 5A | 2E |
| Octal | 336 | 277 | 14 | 0 | 16 | 137 | 15 | 63 | 132 | 56 |
| Binary | 11011110 | 10111111 | 1100 | 0 | 1110 | 1011111 | 1101 | 110011 | 1011010 | 101110 |
Color Harmonies of #DEBF0C
Complementary color
Monochromatic Colors of #DEBF0C
Black with #DEBF0C
Text Example
Text Example
White with #DEBF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF0C; }
p { color: rgb(222,191,12); }
H1.HeaderClassName
{
color: #DEBF0C;
}
.AnyTagClassName
{
color: #DEBF0C;
}
</style>
background-color css
<style>
a { background-color: #DEBF0C; }
a { background-color: rgb(222,191,12); }
div.DivClassName
{
background-color: #DEBF0C;
}
.BgClassName
{
background-color: #DEBF0C;
}
</style>
border-color css
<style>
span { border-color: #DEBF0C; }
span { border-color: rgb(222,191,12); }
td.TdClassName
{
border-color: #DEBF0C;
}
.TagClassName
{
border-color: #DEBF0C;
}
</style>