Shades of Sunflower #DDBA01
Tints of Sunflower #DDBA01
RGB
CMYK
RGB Variations
Color information
#DDBA01 (or 0xDDBA01) is known color: Sunflower. HEX triplet: DD, BA and 01. RGB value is (221,186,1). Sum of RGB (Red+Green+Blue) = 221+186+1=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA01 is #2245FE. Grayscale: #B0B0B0. Windows color (decimal): -2246143 or 113373. OLE color: 113373.
HSL color Cylindrical-coordinate representation of color #DDBA01: hue angle of 50.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDBA01 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.13 |
| HSL | 50.45º | 0.99% | 0.44% | - |
| HSV(B) | 50.45º | 1% | 0.87% | - |
| XYZ | 47.38 | 50.49 | 7.28 | - |
| YUV | 175.38 | 29.6 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 1 | 0 | 0.16 | 1.00 | 0.13 | 50.45 | 0.99 | 0.44 |
| Hex | DD | BA | 1 | 0 | 10 | 64 | D | 32 | 63 | 2C |
| Octal | 335 | 272 | 1 | 0 | 20 | 144 | 15 | 62 | 143 | 54 |
| Binary | 11011101 | 10111010 | 1 | 0 | 10000 | 1100100 | 1101 | 110010 | 1100011 | 101100 |
Color Harmonies of #DDBA01
Complementary color
Monochromatic Colors of #DDBA01
Black with #DDBA01
Text Example
Text Example
White with #DDBA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA01; }
p { color: rgb(221,186,1); }
H1.HeaderClassName
{
color: #DDBA01;
}
.AnyTagClassName
{
color: #DDBA01;
}
</style>
background-color css
<style>
a { background-color: #DDBA01; }
a { background-color: rgb(221,186,1); }
div.DivClassName
{
background-color: #DDBA01;
}
.BgClassName
{
background-color: #DDBA01;
}
</style>
border-color css
<style>
span { border-color: #DDBA01; }
span { border-color: rgb(221,186,1); }
td.TdClassName
{
border-color: #DDBA01;
}
.TagClassName
{
border-color: #DDBA01;
}
</style>