Shades of Sunflower #DDC50B
Tints of Sunflower #DDC50B
RGB
CMYK
RGB Variations
Color information
#DDC50B (or 0xDDC50B) is known color: Sunflower. HEX triplet: DD, C5 and 0B. RGB value is (221,197,11). Sum of RGB (Red+Green+Blue) = 221+197+11=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC50B is #223AF4. Grayscale: #B7B7B7. Windows color (decimal): -2243317 or 771549. OLE color: 771549.
HSL color Cylindrical-coordinate representation of color #DDC50B: hue angle of 53.14º 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 #DDC50B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.13 |
| HSL | 53.14º | 0.91% | 0.45% | - |
| HSV(B) | 53.14º | 0.95% | 0.87% | - |
| XYZ | 49.85 | 55.33 | 8.37 | - |
| YUV | 182.97 | 30.95 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 11 | 0 | 0.11 | 0.95 | 0.13 | 53.14 | 0.91 | 0.45 |
| Hex | DD | C5 | B | 0 | B | 5F | D | 35 | 5B | 2D |
| Octal | 335 | 305 | 13 | 0 | 13 | 137 | 15 | 65 | 133 | 55 |
| Binary | 11011101 | 11000101 | 1011 | 0 | 1011 | 1011111 | 1101 | 110101 | 1011011 | 101101 |
Color Harmonies of #DDC50B
Complementary color
Monochromatic Colors of #DDC50B
Black with #DDC50B
Text Example
Text Example
White with #DDC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC50B; }
p { color: rgb(221,197,11); }
H1.HeaderClassName
{
color: #DDC50B;
}
.AnyTagClassName
{
color: #DDC50B;
}
</style>
background-color css
<style>
a { background-color: #DDC50B; }
a { background-color: rgb(221,197,11); }
div.DivClassName
{
background-color: #DDC50B;
}
.BgClassName
{
background-color: #DDC50B;
}
</style>
border-color css
<style>
span { border-color: #DDC50B; }
span { border-color: rgb(221,197,11); }
td.TdClassName
{
border-color: #DDC50B;
}
.TagClassName
{
border-color: #DDC50B;
}
</style>