Shades of Sunflower #DEC00B
Tints of Sunflower #DEC00B
RGB
CMYK
RGB Variations
Color information
#DEC00B (or 0xDEC00B) is known color: Sunflower. HEX triplet: DE, C0 and 0B. RGB value is (222,192,11). Sum of RGB (Red+Green+Blue) = 222+192+11=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC00B is #213FF4. Grayscale: #B5B5B5. Windows color (decimal): -2179061 or 770270. OLE color: 770270.
HSL color Cylindrical-coordinate representation of color #DEC00B: hue angle of 51.47º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEC00B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.13 |
| HSL | 51.47º | 0.91% | 0.46% | - |
| HSV(B) | 51.47º | 0.95% | 0.87% | - |
| XYZ | 49.03 | 53.25 | 8.01 | - |
| YUV | 180.34 | 32.44 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 11 | 0 | 0.14 | 0.95 | 0.13 | 51.47 | 0.91 | 0.46 |
| Hex | DE | C0 | B | 0 | E | 5F | D | 33 | 5B | 2E |
| Octal | 336 | 300 | 13 | 0 | 16 | 137 | 15 | 63 | 133 | 56 |
| Binary | 11011110 | 11000000 | 1011 | 0 | 1110 | 1011111 | 1101 | 110011 | 1011011 | 101110 |
Color Harmonies of #DEC00B
Complementary color
Monochromatic Colors of #DEC00B
Black with #DEC00B
Text Example
Text Example
White with #DEC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC00B; }
p { color: rgb(222,192,11); }
H1.HeaderClassName
{
color: #DEC00B;
}
.AnyTagClassName
{
color: #DEC00B;
}
</style>
background-color css
<style>
a { background-color: #DEC00B; }
a { background-color: rgb(222,192,11); }
div.DivClassName
{
background-color: #DEC00B;
}
.BgClassName
{
background-color: #DEC00B;
}
</style>
border-color css
<style>
span { border-color: #DEC00B; }
span { border-color: rgb(222,192,11); }
td.TdClassName
{
border-color: #DEC00B;
}
.TagClassName
{
border-color: #DEC00B;
}
</style>