Shades of Sunflower #DEBE0F
Tints of Sunflower #DEBE0F
RGB
CMYK
RGB Variations
Color information
#DEBE0F (or 0xDEBE0F) is known color: Sunflower. HEX triplet: DE, BE and 0F. RGB value is (222,190,15). Sum of RGB (Red+Green+Blue) = 222+190+15=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBE0F is #2141F0. Grayscale: #B4B4B4. Windows color (decimal): -2179569 or 1031902. OLE color: 1031902.
HSL color Cylindrical-coordinate representation of color #DEBE0F: hue angle of 50.72º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DEBE0F is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 15 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.13 |
| HSL | 50.72º | 0.87% | 0.46% | - |
| HSV(B) | 50.72º | 0.93% | 0.87% | - |
| XYZ | 48.62 | 52.39 | 8 | - |
| YUV | 179.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 15 | 0 | 0.14 | 0.93 | 0.13 | 50.72 | 0.87 | 0.46 |
| Hex | DE | BE | F | 0 | E | 5D | D | 33 | 57 | 2E |
| Octal | 336 | 276 | 17 | 0 | 16 | 135 | 15 | 63 | 127 | 56 |
| Binary | 11011110 | 10111110 | 1111 | 0 | 1110 | 1011101 | 1101 | 110011 | 1010111 | 101110 |
Color Harmonies of #DEBE0F
Complementary color
Monochromatic Colors of #DEBE0F
Black with #DEBE0F
Text Example
Text Example
White with #DEBE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE0F; }
p { color: rgb(222,190,15); }
H1.HeaderClassName
{
color: #DEBE0F;
}
.AnyTagClassName
{
color: #DEBE0F;
}
</style>
background-color css
<style>
a { background-color: #DEBE0F; }
a { background-color: rgb(222,190,15); }
div.DivClassName
{
background-color: #DEBE0F;
}
.BgClassName
{
background-color: #DEBE0F;
}
</style>
border-color css
<style>
span { border-color: #DEBE0F; }
span { border-color: rgb(222,190,15); }
td.TdClassName
{
border-color: #DEBE0F;
}
.TagClassName
{
border-color: #DEBE0F;
}
</style>