Shades of Sunflower #DDBB03
Tints of Sunflower #DDBB03
RGB
CMYK
RGB Variations
Color information
#DDBB03 (or 0xDDBB03) is known color: Sunflower. HEX triplet: DD, BB and 03. RGB value is (221,187,3). Sum of RGB (Red+Green+Blue) = 221+187+3=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB03 is #2244FC. Grayscale: #B0B0B0. Windows color (decimal): -2245885 or 244701. OLE color: 244701.
HSL color Cylindrical-coordinate representation of color #DDBB03: hue angle of 50.64º 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 #DDBB03 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 3 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.13 |
| HSL | 50.64º | 0.97% | 0.44% | - |
| HSV(B) | 50.64º | 0.99% | 0.87% | - |
| XYZ | 47.61 | 50.92 | 7.41 | - |
| YUV | 176.19 | 30.26 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 3 | 0 | 0.15 | 0.99 | 0.13 | 50.64 | 0.97 | 0.44 |
| Hex | DD | BB | 3 | 0 | F | 63 | D | 33 | 61 | 2C |
| Octal | 335 | 273 | 3 | 0 | 17 | 143 | 15 | 63 | 141 | 54 |
| Binary | 11011101 | 10111011 | 11 | 0 | 1111 | 1100011 | 1101 | 110011 | 1100001 | 101100 |
Color Harmonies of #DDBB03
Complementary color
Monochromatic Colors of #DDBB03
Black with #DDBB03
Text Example
Text Example
White with #DDBB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB03; }
p { color: rgb(221,187,3); }
H1.HeaderClassName
{
color: #DDBB03;
}
.AnyTagClassName
{
color: #DDBB03;
}
</style>
background-color css
<style>
a { background-color: #DDBB03; }
a { background-color: rgb(221,187,3); }
div.DivClassName
{
background-color: #DDBB03;
}
.BgClassName
{
background-color: #DDBB03;
}
</style>
border-color css
<style>
span { border-color: #DDBB03; }
span { border-color: rgb(221,187,3); }
td.TdClassName
{
border-color: #DDBB03;
}
.TagClassName
{
border-color: #DDBB03;
}
</style>