Shades of Sunflower #DDC40B
Tints of Sunflower #DDC40B
RGB
CMYK
RGB Variations
Color information
#DDC40B (or 0xDDC40B) is known color: Sunflower. HEX triplet: DD, C4 and 0B. RGB value is (221,196,11). Sum of RGB (Red+Green+Blue) = 221+196+11=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC40B is #223BF4. Grayscale: #B7B7B7. Windows color (decimal): -2243573 or 771293. OLE color: 771293.
HSL color Cylindrical-coordinate representation of color #DDC40B: hue angle of 52.86º 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 #DDC40B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.13 |
| HSL | 52.86º | 0.91% | 0.45% | - |
| HSV(B) | 52.86º | 0.95% | 0.87% | - |
| XYZ | 49.62 | 54.88 | 8.29 | - |
| YUV | 182.39 | 31.28 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 11 | 0 | 0.11 | 0.95 | 0.13 | 52.86 | 0.91 | 0.45 |
| Hex | DD | C4 | B | 0 | B | 5F | D | 35 | 5B | 2D |
| Octal | 335 | 304 | 13 | 0 | 13 | 137 | 15 | 65 | 133 | 55 |
| Binary | 11011101 | 11000100 | 1011 | 0 | 1011 | 1011111 | 1101 | 110101 | 1011011 | 101101 |
Color Harmonies of #DDC40B
Complementary color
Monochromatic Colors of #DDC40B
Black with #DDC40B
Text Example
Text Example
White with #DDC40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC40B; }
p { color: rgb(221,196,11); }
H1.HeaderClassName
{
color: #DDC40B;
}
.AnyTagClassName
{
color: #DDC40B;
}
</style>
background-color css
<style>
a { background-color: #DDC40B; }
a { background-color: rgb(221,196,11); }
div.DivClassName
{
background-color: #DDC40B;
}
.BgClassName
{
background-color: #DDC40B;
}
</style>
border-color css
<style>
span { border-color: #DDC40B; }
span { border-color: rgb(221,196,11); }
td.TdClassName
{
border-color: #DDC40B;
}
.TagClassName
{
border-color: #DDC40B;
}
</style>