Shades of Sunflower #DDB00A
Tints of Sunflower #DDB00A
RGB
CMYK
RGB Variations
Color information
#DDB00A (or 0xDDB00A) is known color: Sunflower. HEX triplet: DD, B0 and 0A. RGB value is (221,176,10). Sum of RGB (Red+Green+Blue) = 221+176+10=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB00A is #224FF5. Grayscale: #ABABAB. Windows color (decimal): -2248694 or 700637. OLE color: 700637.
HSL color Cylindrical-coordinate representation of color #DDB00A: hue angle of 47.2º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDB00A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 10 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.13 |
| HSL | 47.2º | 0.91% | 0.45% | - |
| HSV(B) | 47.2º | 0.95% | 0.87% | - |
| XYZ | 45.4 | 46.44 | 6.86 | - |
| YUV | 170.53 | 37.41 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 10 | 0 | 0.20 | 0.95 | 0.13 | 47.2 | 0.91 | 0.45 |
| Hex | DD | B0 | A | 0 | 14 | 5F | D | 2F | 5B | 2D |
| Octal | 335 | 260 | 12 | 0 | 24 | 137 | 15 | 57 | 133 | 55 |
| Binary | 11011101 | 10110000 | 1010 | 0 | 10100 | 1011111 | 1101 | 101111 | 1011011 | 101101 |
Color Harmonies of #DDB00A
Complementary color
Monochromatic Colors of #DDB00A
Black with #DDB00A
Text Example
Text Example
White with #DDB00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB00A; }
p { color: rgb(221,176,10); }
H1.HeaderClassName
{
color: #DDB00A;
}
.AnyTagClassName
{
color: #DDB00A;
}
</style>
background-color css
<style>
a { background-color: #DDB00A; }
a { background-color: rgb(221,176,10); }
div.DivClassName
{
background-color: #DDB00A;
}
.BgClassName
{
background-color: #DDB00A;
}
</style>
border-color css
<style>
span { border-color: #DDB00A; }
span { border-color: rgb(221,176,10); }
td.TdClassName
{
border-color: #DDB00A;
}
.TagClassName
{
border-color: #DDB00A;
}
</style>