Shades of Sunflower #DDBA08
Tints of Sunflower #DDBA08
RGB
CMYK
RGB Variations
Color information
#DDBA08 (or 0xDDBA08) is known color: Sunflower. HEX triplet: DD, BA and 08. RGB value is (221,186,8). Sum of RGB (Red+Green+Blue) = 221+186+8=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA08 is #2245F7. Grayscale: #B0B0B0. Windows color (decimal): -2246136 or 572125. OLE color: 572125.
HSL color Cylindrical-coordinate representation of color #DDBA08: hue angle of 50.14º 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 #DDBA08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 8 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.13 |
| HSL | 50.14º | 0.93% | 0.45% | - |
| HSV(B) | 50.14º | 0.96% | 0.87% | - |
| XYZ | 47.42 | 50.51 | 7.48 | - |
| YUV | 176.17 | 33.1 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 8 | 0 | 0.16 | 0.96 | 0.13 | 50.14 | 0.93 | 0.45 |
| Hex | DD | BA | 8 | 0 | 10 | 60 | D | 32 | 5D | 2D |
| Octal | 335 | 272 | 10 | 0 | 20 | 140 | 15 | 62 | 135 | 55 |
| Binary | 11011101 | 10111010 | 1000 | 0 | 10000 | 1100000 | 1101 | 110010 | 1011101 | 101101 |
Color Harmonies of #DDBA08
Complementary color
Monochromatic Colors of #DDBA08
Black with #DDBA08
Text Example
Text Example
White with #DDBA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA08; }
p { color: rgb(221,186,8); }
H1.HeaderClassName
{
color: #DDBA08;
}
.AnyTagClassName
{
color: #DDBA08;
}
</style>
background-color css
<style>
a { background-color: #DDBA08; }
a { background-color: rgb(221,186,8); }
div.DivClassName
{
background-color: #DDBA08;
}
.BgClassName
{
background-color: #DDBA08;
}
</style>
border-color css
<style>
span { border-color: #DDBA08; }
span { border-color: rgb(221,186,8); }
td.TdClassName
{
border-color: #DDBA08;
}
.TagClassName
{
border-color: #DDBA08;
}
</style>