Shades of Sunflower #DEBF28
Tints of Sunflower #DEBF28
RGB
CMYK
RGB Variations
Color information
#DEBF28 (or 0xDEBF28) is known color: Sunflower. HEX triplet: DE, BF and 28. RGB value is (222,191,40). Sum of RGB (Red+Green+Blue) = 222+191+40=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBF28 is #2140D7. Grayscale: #B7B7B7. Windows color (decimal): -2179288 or 2670558. OLE color: 2670558.
HSL color Cylindrical-coordinate representation of color #DEBF28: hue angle of 49.78º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEBF28 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 191 | 40 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.13 |
| HSL | 49.78º | 0.73% | 0.51% | - |
| HSV(B) | 49.78º | 0.82% | 0.87% | - |
| XYZ | 49.14 | 52.94 | 9.64 | - |
| YUV | 183.06 | 47.27 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 191 | 40 | 0 | 0.14 | 0.82 | 0.13 | 49.78 | 0.73 | 0.51 |
| Hex | DE | BF | 28 | 0 | E | 52 | D | 32 | 49 | 33 |
| Octal | 336 | 277 | 50 | 0 | 16 | 122 | 15 | 62 | 111 | 63 |
| Binary | 11011110 | 10111111 | 101000 | 0 | 1110 | 1010010 | 1101 | 110010 | 1001001 | 110011 |
Color Harmonies of #DEBF28
Complementary color
Monochromatic Colors of #DEBF28
Black with #DEBF28
Text Example
Text Example
White with #DEBF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBF28; }
p { color: rgb(222,191,40); }
H1.HeaderClassName
{
color: #DEBF28;
}
.AnyTagClassName
{
color: #DEBF28;
}
</style>
background-color css
<style>
a { background-color: #DEBF28; }
a { background-color: rgb(222,191,40); }
div.DivClassName
{
background-color: #DEBF28;
}
.BgClassName
{
background-color: #DEBF28;
}
</style>
border-color css
<style>
span { border-color: #DEBF28; }
span { border-color: rgb(222,191,40); }
td.TdClassName
{
border-color: #DEBF28;
}
.TagClassName
{
border-color: #DEBF28;
}
</style>