Shades of Sunflower #DEC306
Tints of Sunflower #DEC306
RGB
CMYK
RGB Variations
Color information
#DEC306 (or 0xDEC306) is known color: Sunflower. HEX triplet: DE, C3 and 06. RGB value is (222,195,6). Sum of RGB (Red+Green+Blue) = 222+195+6=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC306 is #213CF9. Grayscale: #B6B6B6. Windows color (decimal): -2178298 or 443358. OLE color: 443358.
HSL color Cylindrical-coordinate representation of color #DEC306: hue angle of 52.5º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DEC306 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 6 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.13 |
| HSL | 52.5º | 0.95% | 0.45% | - |
| HSV(B) | 52.5º | 0.97% | 0.87% | - |
| XYZ | 49.67 | 54.57 | 8.09 | - |
| YUV | 181.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 6 | 0 | 0.12 | 0.97 | 0.13 | 52.5 | 0.95 | 0.45 |
| Hex | DE | C3 | 6 | 0 | C | 61 | D | 34 | 5F | 2D |
| Octal | 336 | 303 | 6 | 0 | 14 | 141 | 15 | 64 | 137 | 55 |
| Binary | 11011110 | 11000011 | 110 | 0 | 1100 | 1100001 | 1101 | 110100 | 1011111 | 101101 |
Color Harmonies of #DEC306
Complementary color
Monochromatic Colors of #DEC306
Black with #DEC306
Text Example
Text Example
White with #DEC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC306; }
p { color: rgb(222,195,6); }
H1.HeaderClassName
{
color: #DEC306;
}
.AnyTagClassName
{
color: #DEC306;
}
</style>
background-color css
<style>
a { background-color: #DEC306; }
a { background-color: rgb(222,195,6); }
div.DivClassName
{
background-color: #DEC306;
}
.BgClassName
{
background-color: #DEC306;
}
</style>
border-color css
<style>
span { border-color: #DEC306; }
span { border-color: rgb(222,195,6); }
td.TdClassName
{
border-color: #DEC306;
}
.TagClassName
{
border-color: #DEC306;
}
</style>