Shades of Sunflower #DECC0B
Tints of Sunflower #DECC0B
RGB
CMYK
RGB Variations
Color information
#DECC0B (or 0xDECC0B) is known color: Sunflower. HEX triplet: DE, CC and 0B. RGB value is (222,204,11). Sum of RGB (Red+Green+Blue) = 222+204+11=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC0B is #2133F4. Grayscale: #BCBCBC. Windows color (decimal): -2175989 or 773342. OLE color: 773342.
HSL color Cylindrical-coordinate representation of color #DECC0B: hue angle of 54.88º 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 #DECC0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.13 |
| HSL | 54.88º | 0.91% | 0.46% | - |
| HSV(B) | 54.88º | 0.95% | 0.87% | - |
| XYZ | 51.78 | 58.74 | 8.93 | - |
| YUV | 187.38 | 28.46 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 11 | 0 | 0.08 | 0.95 | 0.13 | 54.88 | 0.91 | 0.46 |
| Hex | DE | CC | B | 0 | 8 | 5F | D | 37 | 5B | 2E |
| Octal | 336 | 314 | 13 | 0 | 10 | 137 | 15 | 67 | 133 | 56 |
| Binary | 11011110 | 11001100 | 1011 | 0 | 1000 | 1011111 | 1101 | 110111 | 1011011 | 101110 |
Color Harmonies of #DECC0B
Complementary color
Monochromatic Colors of #DECC0B
Black with #DECC0B
Text Example
Text Example
White with #DECC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC0B; }
p { color: rgb(222,204,11); }
H1.HeaderClassName
{
color: #DECC0B;
}
.AnyTagClassName
{
color: #DECC0B;
}
</style>
background-color css
<style>
a { background-color: #DECC0B; }
a { background-color: rgb(222,204,11); }
div.DivClassName
{
background-color: #DECC0B;
}
.BgClassName
{
background-color: #DECC0B;
}
</style>
border-color css
<style>
span { border-color: #DECC0B; }
span { border-color: rgb(222,204,11); }
td.TdClassName
{
border-color: #DECC0B;
}
.TagClassName
{
border-color: #DECC0B;
}
</style>