Shades of Sunflower #DDBB1A
Tints of Sunflower #DDBB1A
RGB
CMYK
RGB Variations
Color information
#DDBB1A (or 0xDDBB1A) is known color: Sunflower. HEX triplet: DD, BB and 1A. RGB value is (221,187,26). Sum of RGB (Red+Green+Blue) = 221+187+26=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 26 (10.55% from 255 or 5.99% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB1A is #2244E5. Grayscale: #B3B3B3. Windows color (decimal): -2245862 or 1752029. OLE color: 1752029.
HSL color Cylindrical-coordinate representation of color #DDBB1A: hue angle of 49.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDBB1A is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 26 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.13 |
| HSL | 49.54º | 0.79% | 0.48% | - |
| HSV(B) | 49.54º | 0.88% | 0.87% | - |
| XYZ | 47.78 | 50.99 | 8.3 | - |
| YUV | 178.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 26 | 0 | 0.15 | 0.88 | 0.13 | 49.54 | 0.79 | 0.48 |
| Hex | DD | BB | 1A | 0 | F | 58 | D | 32 | 4F | 30 |
| Octal | 335 | 273 | 32 | 0 | 17 | 130 | 15 | 62 | 117 | 60 |
| Binary | 11011101 | 10111011 | 11010 | 0 | 1111 | 1011000 | 1101 | 110010 | 1001111 | 110000 |
Color Harmonies of #DDBB1A
Complementary color
Monochromatic Colors of #DDBB1A
Black with #DDBB1A
Text Example
Text Example
White with #DDBB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB1A; }
p { color: rgb(221,187,26); }
H1.HeaderClassName
{
color: #DDBB1A;
}
.AnyTagClassName
{
color: #DDBB1A;
}
</style>
background-color css
<style>
a { background-color: #DDBB1A; }
a { background-color: rgb(221,187,26); }
div.DivClassName
{
background-color: #DDBB1A;
}
.BgClassName
{
background-color: #DDBB1A;
}
</style>
border-color css
<style>
span { border-color: #DDBB1A; }
span { border-color: rgb(221,187,26); }
td.TdClassName
{
border-color: #DDBB1A;
}
.TagClassName
{
border-color: #DDBB1A;
}
</style>