Shades of Sunflower #DDBB12
Tints of Sunflower #DDBB12
RGB
CMYK
RGB Variations
Color information
#DDBB12 (or 0xDDBB12) is known color: Sunflower. HEX triplet: DD, BB and 12. RGB value is (221,187,18). Sum of RGB (Red+Green+Blue) = 221+187+18=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB12 is #2244ED. Grayscale: #B2B2B2. Windows color (decimal): -2245870 or 1227741. OLE color: 1227741.
HSL color Cylindrical-coordinate representation of color #DDBB12: hue angle of 49.95º 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 #DDBB12 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 18 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.13 |
| HSL | 49.95º | 0.85% | 0.47% | - |
| HSV(B) | 49.95º | 0.92% | 0.87% | - |
| XYZ | 47.7 | 50.96 | 7.89 | - |
| YUV | 177.9 | 37.76 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 18 | 0 | 0.15 | 0.92 | 0.13 | 49.95 | 0.85 | 0.47 |
| Hex | DD | BB | 12 | 0 | F | 5C | D | 32 | 55 | 2F |
| Octal | 335 | 273 | 22 | 0 | 17 | 134 | 15 | 62 | 125 | 57 |
| Binary | 11011101 | 10111011 | 10010 | 0 | 1111 | 1011100 | 1101 | 110010 | 1010101 | 101111 |
Color Harmonies of #DDBB12
Complementary color
Monochromatic Colors of #DDBB12
Black with #DDBB12
Text Example
Text Example
White with #DDBB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB12; }
p { color: rgb(221,187,18); }
H1.HeaderClassName
{
color: #DDBB12;
}
.AnyTagClassName
{
color: #DDBB12;
}
</style>
background-color css
<style>
a { background-color: #DDBB12; }
a { background-color: rgb(221,187,18); }
div.DivClassName
{
background-color: #DDBB12;
}
.BgClassName
{
background-color: #DDBB12;
}
</style>
border-color css
<style>
span { border-color: #DDBB12; }
span { border-color: rgb(221,187,18); }
td.TdClassName
{
border-color: #DDBB12;
}
.TagClassName
{
border-color: #DDBB12;
}
</style>