Shades of Sunflower #DEBC06
Tints of Sunflower #DEBC06
RGB
CMYK
RGB Variations
Color information
#DEBC06 (or 0xDEBC06) is known color: Sunflower. HEX triplet: DE, BC and 06. RGB value is (222,188,6). Sum of RGB (Red+Green+Blue) = 222+188+6=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC06 is #2143F9. Grayscale: #B2B2B2. Windows color (decimal): -2180090 or 441566. OLE color: 441566.
HSL color Cylindrical-coordinate representation of color #DEBC06: hue angle of 50.56º 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 #DEBC06 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.13 |
| HSL | 50.56º | 0.95% | 0.45% | - |
| HSV(B) | 50.56º | 0.97% | 0.87% | - |
| XYZ | 48.14 | 51.51 | 7.58 | - |
| YUV | 177.42 | 31.26 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 6 | 0 | 0.15 | 0.97 | 0.13 | 50.56 | 0.95 | 0.45 |
| Hex | DE | BC | 6 | 0 | F | 61 | D | 33 | 5F | 2D |
| Octal | 336 | 274 | 6 | 0 | 17 | 141 | 15 | 63 | 137 | 55 |
| Binary | 11011110 | 10111100 | 110 | 0 | 1111 | 1100001 | 1101 | 110011 | 1011111 | 101101 |
Color Harmonies of #DEBC06
Complementary color
Monochromatic Colors of #DEBC06
Black with #DEBC06
Text Example
Text Example
White with #DEBC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBC06; }
p { color: rgb(222,188,6); }
H1.HeaderClassName
{
color: #DEBC06;
}
.AnyTagClassName
{
color: #DEBC06;
}
</style>
background-color css
<style>
a { background-color: #DEBC06; }
a { background-color: rgb(222,188,6); }
div.DivClassName
{
background-color: #DEBC06;
}
.BgClassName
{
background-color: #DEBC06;
}
</style>
border-color css
<style>
span { border-color: #DEBC06; }
span { border-color: rgb(222,188,6); }
td.TdClassName
{
border-color: #DEBC06;
}
.TagClassName
{
border-color: #DEBC06;
}
</style>