Shades of Sunflower #DDBA12
Tints of Sunflower #DDBA12
RGB
CMYK
RGB Variations
Color information
#DDBA12 (or 0xDDBA12) is known color: Sunflower. HEX triplet: DD, BA and 12. RGB value is (221,186,18). Sum of RGB (Red+Green+Blue) = 221+186+18=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA12 is #2245ED. Grayscale: #B2B2B2. Windows color (decimal): -2246126 or 1227485. OLE color: 1227485.
HSL color Cylindrical-coordinate representation of color #DDBA12: hue angle of 49.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDBA12 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.13 |
| HSL | 49.66º | 0.85% | 0.47% | - |
| HSV(B) | 49.66º | 0.92% | 0.87% | - |
| XYZ | 47.49 | 50.53 | 7.82 | - |
| YUV | 177.31 | 38.1 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 18 | 0 | 0.16 | 0.92 | 0.13 | 49.66 | 0.85 | 0.47 |
| Hex | DD | BA | 12 | 0 | 10 | 5C | D | 32 | 55 | 2F |
| Octal | 335 | 272 | 22 | 0 | 20 | 134 | 15 | 62 | 125 | 57 |
| Binary | 11011101 | 10111010 | 10010 | 0 | 10000 | 1011100 | 1101 | 110010 | 1010101 | 101111 |
Color Harmonies of #DDBA12
Complementary color
Monochromatic Colors of #DDBA12
Black with #DDBA12
Text Example
Text Example
White with #DDBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA12; }
p { color: rgb(221,186,18); }
H1.HeaderClassName
{
color: #DDBA12;
}
.AnyTagClassName
{
color: #DDBA12;
}
</style>
background-color css
<style>
a { background-color: #DDBA12; }
a { background-color: rgb(221,186,18); }
div.DivClassName
{
background-color: #DDBA12;
}
.BgClassName
{
background-color: #DDBA12;
}
</style>
border-color css
<style>
span { border-color: #DDBA12; }
span { border-color: rgb(221,186,18); }
td.TdClassName
{
border-color: #DDBA12;
}
.TagClassName
{
border-color: #DDBA12;
}
</style>