Shades of Sunflower #DEBF25
Tints of Sunflower #DEBF25
RGB
CMYK
RGB Variations
Color information
#DEBF25 (or 0xDEBF25) is known color: Sunflower. HEX triplet: DE, BF and 25. RGB value is (222,191,37). Sum of RGB (Red+Green+Blue) = 222+191+37=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF25 is #2140DA. Grayscale: #B7B7B7. Windows color (decimal): -2179291 or 2473950. OLE color: 2473950.
HSL color Cylindrical-coordinate representation of color #DEBF25: hue angle of 49.95º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEBF25 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 37 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.13 |
| HSL | 49.95º | 0.74% | 0.51% | - |
| HSV(B) | 49.95º | 0.83% | 0.87% | - |
| XYZ | 49.09 | 52.92 | 9.38 | - |
| YUV | 182.71 | 45.77 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 37 | 0 | 0.14 | 0.83 | 0.13 | 49.95 | 0.74 | 0.51 |
| Hex | DE | BF | 25 | 0 | E | 53 | D | 32 | 4A | 33 |
| Octal | 336 | 277 | 45 | 0 | 16 | 123 | 15 | 62 | 112 | 63 |
| Binary | 11011110 | 10111111 | 100101 | 0 | 1110 | 1010011 | 1101 | 110010 | 1001010 | 110011 |
Color Harmonies of #DEBF25
Complementary color
Monochromatic Colors of #DEBF25
Black with #DEBF25
Text Example
Text Example
White with #DEBF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF25; }
p { color: rgb(222,191,37); }
H1.HeaderClassName
{
color: #DEBF25;
}
.AnyTagClassName
{
color: #DEBF25;
}
</style>
background-color css
<style>
a { background-color: #DEBF25; }
a { background-color: rgb(222,191,37); }
div.DivClassName
{
background-color: #DEBF25;
}
.BgClassName
{
background-color: #DEBF25;
}
</style>
border-color css
<style>
span { border-color: #DEBF25; }
span { border-color: rgb(222,191,37); }
td.TdClassName
{
border-color: #DEBF25;
}
.TagClassName
{
border-color: #DEBF25;
}
</style>