Shades of Sunflower #DEC01B
Tints of Sunflower #DEC01B
RGB
CMYK
RGB Variations
Color information
#DEC01B (or 0xDEC01B) is known color: Sunflower. HEX triplet: DE, C0 and 1B. RGB value is (222,192,27). Sum of RGB (Red+Green+Blue) = 222+192+27=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC01B is #213FE4. Grayscale: #B6B6B6. Windows color (decimal): -2179045 or 1818846. OLE color: 1818846.
HSL color Cylindrical-coordinate representation of color #DEC01B: hue angle of 50.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEC01B is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 27 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.13 |
| HSL | 50.77º | 0.78% | 0.49% | - |
| HSV(B) | 50.77º | 0.88% | 0.87% | - |
| XYZ | 49.17 | 53.31 | 8.73 | - |
| YUV | 182.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 27 | 0 | 0.14 | 0.88 | 0.13 | 50.77 | 0.78 | 0.49 |
| Hex | DE | C0 | 1B | 0 | E | 58 | D | 33 | 4E | 31 |
| Octal | 336 | 300 | 33 | 0 | 16 | 130 | 15 | 63 | 116 | 61 |
| Binary | 11011110 | 11000000 | 11011 | 0 | 1110 | 1011000 | 1101 | 110011 | 1001110 | 110001 |
Color Harmonies of #DEC01B
Complementary color
Monochromatic Colors of #DEC01B
Black with #DEC01B
Text Example
Text Example
White with #DEC01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC01B; }
p { color: rgb(222,192,27); }
H1.HeaderClassName
{
color: #DEC01B;
}
.AnyTagClassName
{
color: #DEC01B;
}
</style>
background-color css
<style>
a { background-color: #DEC01B; }
a { background-color: rgb(222,192,27); }
div.DivClassName
{
background-color: #DEC01B;
}
.BgClassName
{
background-color: #DEC01B;
}
</style>
border-color css
<style>
span { border-color: #DEC01B; }
span { border-color: rgb(222,192,27); }
td.TdClassName
{
border-color: #DEC01B;
}
.TagClassName
{
border-color: #DEC01B;
}
</style>