Shades of Sunflower #DDBD03
Tints of Sunflower #DDBD03
RGB
CMYK
RGB Variations
Color information
#DDBD03 (or 0xDDBD03) is known color: Sunflower. HEX triplet: DD, BD and 03. RGB value is (221,189,3). Sum of RGB (Red+Green+Blue) = 221+189+3=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD03 is #2242FC. Grayscale: #B2B2B2. Windows color (decimal): -2245373 or 245213. OLE color: 245213.
HSL color Cylindrical-coordinate representation of color #DDBD03: hue angle of 51.19º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDBD03 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 3 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.13 |
| HSL | 51.19º | 0.97% | 0.44% | - |
| HSV(B) | 51.19º | 0.99% | 0.87% | - |
| XYZ | 48.03 | 51.77 | 7.55 | - |
| YUV | 177.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 3 | 0 | 0.14 | 0.99 | 0.13 | 51.19 | 0.97 | 0.44 |
| Hex | DD | BD | 3 | 0 | E | 63 | D | 33 | 61 | 2C |
| Octal | 335 | 275 | 3 | 0 | 16 | 143 | 15 | 63 | 141 | 54 |
| Binary | 11011101 | 10111101 | 11 | 0 | 1110 | 1100011 | 1101 | 110011 | 1100001 | 101100 |
Color Harmonies of #DDBD03
Complementary color
Monochromatic Colors of #DDBD03
Black with #DDBD03
Text Example
Text Example
White with #DDBD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD03; }
p { color: rgb(221,189,3); }
H1.HeaderClassName
{
color: #DDBD03;
}
.AnyTagClassName
{
color: #DDBD03;
}
</style>
background-color css
<style>
a { background-color: #DDBD03; }
a { background-color: rgb(221,189,3); }
div.DivClassName
{
background-color: #DDBD03;
}
.BgClassName
{
background-color: #DDBD03;
}
</style>
border-color css
<style>
span { border-color: #DDBD03; }
span { border-color: rgb(221,189,3); }
td.TdClassName
{
border-color: #DDBD03;
}
.TagClassName
{
border-color: #DDBD03;
}
</style>