Shades of Sunflower #DDD10B
Tints of Sunflower #DDD10B
RGB
CMYK
RGB Variations
Color information
#DDD10B (or 0xDDD10B) is known color: Sunflower. HEX triplet: DD, D1 and 0B. RGB value is (221,209,11). Sum of RGB (Red+Green+Blue) = 221+209+11=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD10B is #222EF4. Grayscale: #BEBEBE. Windows color (decimal): -2240245 or 774621. OLE color: 774621.
HSL color Cylindrical-coordinate representation of color #DDD10B: hue angle of 56.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDD10B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.13 |
| HSL | 56.57º | 0.91% | 0.45% | - |
| HSV(B) | 56.57º | 0.95% | 0.87% | - |
| XYZ | 52.68 | 61 | 9.31 | - |
| YUV | 190.02 | 26.98 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 11 | 0 | 0.05 | 0.95 | 0.13 | 56.57 | 0.91 | 0.45 |
| Hex | DD | D1 | B | 0 | 5 | 5F | D | 39 | 5B | 2D |
| Octal | 335 | 321 | 13 | 0 | 5 | 137 | 15 | 71 | 133 | 55 |
| Binary | 11011101 | 11010001 | 1011 | 0 | 101 | 1011111 | 1101 | 111001 | 1011011 | 101101 |
Color Harmonies of #DDD10B
Complementary color
Monochromatic Colors of #DDD10B
Black with #DDD10B
Text Example
Text Example
White with #DDD10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD10B; }
p { color: rgb(221,209,11); }
H1.HeaderClassName
{
color: #DDD10B;
}
.AnyTagClassName
{
color: #DDD10B;
}
</style>
background-color css
<style>
a { background-color: #DDD10B; }
a { background-color: rgb(221,209,11); }
div.DivClassName
{
background-color: #DDD10B;
}
.BgClassName
{
background-color: #DDD10B;
}
</style>
border-color css
<style>
span { border-color: #DDD10B; }
span { border-color: rgb(221,209,11); }
td.TdClassName
{
border-color: #DDD10B;
}
.TagClassName
{
border-color: #DDD10B;
}
</style>