Shades of Sunflower #DDBC03
Tints of Sunflower #DDBC03
RGB
CMYK
RGB Variations
Color information
#DDBC03 (or 0xDDBC03) is known color: Sunflower. HEX triplet: DD, BC and 03. RGB value is (221,188,3). Sum of RGB (Red+Green+Blue) = 221+188+3=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC03 is #2243FC. Grayscale: #B1B1B1. Windows color (decimal): -2245629 or 244957. OLE color: 244957.
HSL color Cylindrical-coordinate representation of color #DDBC03: hue angle of 50.92º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDBC03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.13 |
| HSL | 50.92º | 0.97% | 0.44% | - |
| HSV(B) | 50.92º | 0.99% | 0.87% | - |
| XYZ | 47.82 | 51.35 | 7.48 | - |
| YUV | 176.78 | 29.93 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 3 | 0 | 0.15 | 0.99 | 0.13 | 50.92 | 0.97 | 0.44 |
| Hex | DD | BC | 3 | 0 | F | 63 | D | 33 | 61 | 2C |
| Octal | 335 | 274 | 3 | 0 | 17 | 143 | 15 | 63 | 141 | 54 |
| Binary | 11011101 | 10111100 | 11 | 0 | 1111 | 1100011 | 1101 | 110011 | 1100001 | 101100 |
Color Harmonies of #DDBC03
Complementary color
Monochromatic Colors of #DDBC03
Black with #DDBC03
Text Example
Text Example
White with #DDBC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC03; }
p { color: rgb(221,188,3); }
H1.HeaderClassName
{
color: #DDBC03;
}
.AnyTagClassName
{
color: #DDBC03;
}
</style>
background-color css
<style>
a { background-color: #DDBC03; }
a { background-color: rgb(221,188,3); }
div.DivClassName
{
background-color: #DDBC03;
}
.BgClassName
{
background-color: #DDBC03;
}
</style>
border-color css
<style>
span { border-color: #DDBC03; }
span { border-color: rgb(221,188,3); }
td.TdClassName
{
border-color: #DDBC03;
}
.TagClassName
{
border-color: #DDBC03;
}
</style>