Shades of Sunflower #DDBB08
Tints of Sunflower #DDBB08
RGB
CMYK
RGB Variations
Color information
#DDBB08 (or 0xDDBB08) is known color: Sunflower. HEX triplet: DD, BB and 08. RGB value is (221,187,8). Sum of RGB (Red+Green+Blue) = 221+187+8=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB08 is #2244F7. Grayscale: #B1B1B1. Windows color (decimal): -2245880 or 572381. OLE color: 572381.
HSL color Cylindrical-coordinate representation of color #DDBB08: hue angle of 50.42º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDBB08 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 8 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.13 |
| HSL | 50.42º | 0.93% | 0.45% | - |
| HSV(B) | 50.42º | 0.96% | 0.87% | - |
| XYZ | 47.63 | 50.93 | 7.55 | - |
| YUV | 176.76 | 32.76 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 8 | 0 | 0.15 | 0.96 | 0.13 | 50.42 | 0.93 | 0.45 |
| Hex | DD | BB | 8 | 0 | F | 60 | D | 32 | 5D | 2D |
| Octal | 335 | 273 | 10 | 0 | 17 | 140 | 15 | 62 | 135 | 55 |
| Binary | 11011101 | 10111011 | 1000 | 0 | 1111 | 1100000 | 1101 | 110010 | 1011101 | 101101 |
Color Harmonies of #DDBB08
Complementary color
Monochromatic Colors of #DDBB08
Black with #DDBB08
Text Example
Text Example
White with #DDBB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB08; }
p { color: rgb(221,187,8); }
H1.HeaderClassName
{
color: #DDBB08;
}
.AnyTagClassName
{
color: #DDBB08;
}
</style>
background-color css
<style>
a { background-color: #DDBB08; }
a { background-color: rgb(221,187,8); }
div.DivClassName
{
background-color: #DDBB08;
}
.BgClassName
{
background-color: #DDBB08;
}
</style>
border-color css
<style>
span { border-color: #DDBB08; }
span { border-color: rgb(221,187,8); }
td.TdClassName
{
border-color: #DDBB08;
}
.TagClassName
{
border-color: #DDBB08;
}
</style>