Shades of Sunflower #DDB60C
Tints of Sunflower #DDB60C
RGB
CMYK
RGB Variations
Color information
#DDB60C (or 0xDDB60C) is known color: Sunflower. HEX triplet: DD, B6 and 0C. RGB value is (221,182,12). Sum of RGB (Red+Green+Blue) = 221+182+12=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB60C is #2249F3. Grayscale: #AFAFAF. Windows color (decimal): -2247156 or 833245. OLE color: 833245.
HSL color Cylindrical-coordinate representation of color #DDB60C: hue angle of 48.8º 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 #DDB60C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 12 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.13 |
| HSL | 48.8º | 0.9% | 0.46% | - |
| HSV(B) | 48.8º | 0.95% | 0.87% | - |
| XYZ | 46.61 | 48.85 | 7.32 | - |
| YUV | 174.28 | 36.42 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 12 | 0 | 0.18 | 0.95 | 0.13 | 48.8 | 0.9 | 0.46 |
| Hex | DD | B6 | C | 0 | 12 | 5F | D | 31 | 5A | 2E |
| Octal | 335 | 266 | 14 | 0 | 22 | 137 | 15 | 61 | 132 | 56 |
| Binary | 11011101 | 10110110 | 1100 | 0 | 10010 | 1011111 | 1101 | 110001 | 1011010 | 101110 |
Color Harmonies of #DDB60C
Complementary color
Monochromatic Colors of #DDB60C
Black with #DDB60C
Text Example
Text Example
White with #DDB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB60C; }
p { color: rgb(221,182,12); }
H1.HeaderClassName
{
color: #DDB60C;
}
.AnyTagClassName
{
color: #DDB60C;
}
</style>
background-color css
<style>
a { background-color: #DDB60C; }
a { background-color: rgb(221,182,12); }
div.DivClassName
{
background-color: #DDB60C;
}
.BgClassName
{
background-color: #DDB60C;
}
</style>
border-color css
<style>
span { border-color: #DDB60C; }
span { border-color: rgb(221,182,12); }
td.TdClassName
{
border-color: #DDB60C;
}
.TagClassName
{
border-color: #DDB60C;
}
</style>