Shades of Sunflower #DEBE1C
Tints of Sunflower #DEBE1C
RGB
CMYK
RGB Variations
Color information
#DEBE1C (or 0xDEBE1C) is known color: Sunflower. HEX triplet: DE, BE and 1C. RGB value is (222,190,28). Sum of RGB (Red+Green+Blue) = 222+190+28=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBE1C is #2141E3. Grayscale: #B5B5B5. Windows color (decimal): -2179556 or 1883870. OLE color: 1883870.
HSL color Cylindrical-coordinate representation of color #DEBE1C: hue angle of 50.1º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEBE1C is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 190 | 28 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.13 |
| HSL | 50.1º | 0.78% | 0.49% | - |
| HSV(B) | 50.1º | 0.87% | 0.87% | - |
| XYZ | 48.75 | 52.44 | 8.65 | - |
| YUV | 181.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 190 | 28 | 0 | 0.14 | 0.87 | 0.13 | 50.1 | 0.78 | 0.49 |
| Hex | DE | BE | 1C | 0 | E | 57 | D | 32 | 4E | 31 |
| Octal | 336 | 276 | 34 | 0 | 16 | 127 | 15 | 62 | 116 | 61 |
| Binary | 11011110 | 10111110 | 11100 | 0 | 1110 | 1010111 | 1101 | 110010 | 1001110 | 110001 |
Color Harmonies of #DEBE1C
Complementary color
Monochromatic Colors of #DEBE1C
Black with #DEBE1C
Text Example
Text Example
White with #DEBE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBE1C; }
p { color: rgb(222,190,28); }
H1.HeaderClassName
{
color: #DEBE1C;
}
.AnyTagClassName
{
color: #DEBE1C;
}
</style>
background-color css
<style>
a { background-color: #DEBE1C; }
a { background-color: rgb(222,190,28); }
div.DivClassName
{
background-color: #DEBE1C;
}
.BgClassName
{
background-color: #DEBE1C;
}
</style>
border-color css
<style>
span { border-color: #DEBE1C; }
span { border-color: rgb(222,190,28); }
td.TdClassName
{
border-color: #DEBE1C;
}
.TagClassName
{
border-color: #DEBE1C;
}
</style>