Shades of Sunflower #DDBB02
Tints of Sunflower #DDBB02
RGB
CMYK
RGB Variations
Color information
#DDBB02 (or 0xDDBB02) is known color: Sunflower. HEX triplet: DD, BB and 02. RGB value is (221,187,2). Sum of RGB (Red+Green+Blue) = 221+187+2=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB02 is #2244FD. Grayscale: #B0B0B0. Windows color (decimal): -2245886 or 179165. OLE color: 179165.
HSL color Cylindrical-coordinate representation of color #DDBB02: hue angle of 50.68º degrees, saturation: 0.98, 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 #DDBB02 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 2 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.13 |
| HSL | 50.68º | 0.98% | 0.44% | - |
| HSV(B) | 50.68º | 0.99% | 0.87% | - |
| XYZ | 47.6 | 50.92 | 7.38 | - |
| YUV | 176.08 | 29.76 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 2 | 0 | 0.15 | 0.99 | 0.13 | 50.68 | 0.98 | 0.44 |
| Hex | DD | BB | 2 | 0 | F | 63 | D | 33 | 62 | 2C |
| Octal | 335 | 273 | 2 | 0 | 17 | 143 | 15 | 63 | 142 | 54 |
| Binary | 11011101 | 10111011 | 10 | 0 | 1111 | 1100011 | 1101 | 110011 | 1100010 | 101100 |
Color Harmonies of #DDBB02
Complementary color
Monochromatic Colors of #DDBB02
Black with #DDBB02
Text Example
Text Example
White with #DDBB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB02; }
p { color: rgb(221,187,2); }
H1.HeaderClassName
{
color: #DDBB02;
}
.AnyTagClassName
{
color: #DDBB02;
}
</style>
background-color css
<style>
a { background-color: #DDBB02; }
a { background-color: rgb(221,187,2); }
div.DivClassName
{
background-color: #DDBB02;
}
.BgClassName
{
background-color: #DDBB02;
}
</style>
border-color css
<style>
span { border-color: #DDBB02; }
span { border-color: rgb(221,187,2); }
td.TdClassName
{
border-color: #DDBB02;
}
.TagClassName
{
border-color: #DDBB02;
}
</style>