Shades of Sunflower #DDBA0C
Tints of Sunflower #DDBA0C
RGB
CMYK
RGB Variations
Color information
#DDBA0C (or 0xDDBA0C) is known color: Sunflower. HEX triplet: DD, BA and 0C. RGB value is (221,186,12). Sum of RGB (Red+Green+Blue) = 221+186+12=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA0C is #2245F3. Grayscale: #B1B1B1. Windows color (decimal): -2246132 or 834269. OLE color: 834269.
HSL color Cylindrical-coordinate representation of color #DDBA0C: hue angle of 49.95º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDBA0C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.13 |
| HSL | 49.95º | 0.9% | 0.46% | - |
| HSV(B) | 49.95º | 0.95% | 0.87% | - |
| XYZ | 47.44 | 50.52 | 7.6 | - |
| YUV | 176.63 | 35.1 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 12 | 0 | 0.16 | 0.95 | 0.13 | 49.95 | 0.9 | 0.46 |
| Hex | DD | BA | C | 0 | 10 | 5F | D | 32 | 5A | 2E |
| Octal | 335 | 272 | 14 | 0 | 20 | 137 | 15 | 62 | 132 | 56 |
| Binary | 11011101 | 10111010 | 1100 | 0 | 10000 | 1011111 | 1101 | 110010 | 1011010 | 101110 |
Color Harmonies of #DDBA0C
Complementary color
Monochromatic Colors of #DDBA0C
Black with #DDBA0C
Text Example
Text Example
White with #DDBA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA0C; }
p { color: rgb(221,186,12); }
H1.HeaderClassName
{
color: #DDBA0C;
}
.AnyTagClassName
{
color: #DDBA0C;
}
</style>
background-color css
<style>
a { background-color: #DDBA0C; }
a { background-color: rgb(221,186,12); }
div.DivClassName
{
background-color: #DDBA0C;
}
.BgClassName
{
background-color: #DDBA0C;
}
</style>
border-color css
<style>
span { border-color: #DDBA0C; }
span { border-color: rgb(221,186,12); }
td.TdClassName
{
border-color: #DDBA0C;
}
.TagClassName
{
border-color: #DDBA0C;
}
</style>