Shades of Sunflower #DDB600
Tints of Sunflower #DDB600
RGB
CMYK
RGB Variations
Color information
#DDB600 (or 0xDDB600) is known color: Sunflower. HEX triplet: DD, B6 and 00. RGB value is (221,182,0). Sum of RGB (Red+Green+Blue) = 221+182+0=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB600 is #2249FF. Grayscale: #ADADAD. Windows color (decimal): -2247168 or 46813. OLE color: 46813.
HSL color Cylindrical-coordinate representation of color #DDB600: hue angle of 49.41º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDB600 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.13 |
| HSL | 49.41º | 1% | 0.43% | - |
| HSV(B) | 49.41º | 1% | 0.87% | - |
| XYZ | 46.55 | 48.83 | 6.97 | - |
| YUV | 172.91 | 30.42 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 0 | 0 | 0.18 | 1 | 0.13 | 49.41 | 1 | 0.43 |
| Hex | DD | B6 | 0 | 0 | 12 | 64 | D | 31 | 64 | 2B |
| Octal | 335 | 266 | 0 | 0 | 22 | 144 | 15 | 61 | 144 | 53 |
| Binary | 11011101 | 10110110 | 0 | 0 | 10010 | 1100100 | 1101 | 110001 | 1100100 | 101011 |
Color Harmonies of #DDB600
Complementary color
Monochromatic Colors of #DDB600
Black with #DDB600
Text Example
Text Example
White with #DDB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB600; }
p { color: rgb(221,182,0); }
H1.HeaderClassName
{
color: #DDB600;
}
.AnyTagClassName
{
color: #DDB600;
}
</style>
background-color css
<style>
a { background-color: #DDB600; }
a { background-color: rgb(221,182,0); }
div.DivClassName
{
background-color: #DDB600;
}
.BgClassName
{
background-color: #DDB600;
}
</style>
border-color css
<style>
span { border-color: #DDB600; }
span { border-color: rgb(221,182,0); }
td.TdClassName
{
border-color: #DDB600;
}
.TagClassName
{
border-color: #DDB600;
}
</style>