Shades of Sunflower #DDC50C
Tints of Sunflower #DDC50C
RGB
CMYK
RGB Variations
Color information
#DDC50C (or 0xDDC50C) is known color: Sunflower. HEX triplet: DD, C5 and 0C. RGB value is (221,197,12). Sum of RGB (Red+Green+Blue) = 221+197+12=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC50C is #223AF3. Grayscale: #B7B7B7. Windows color (decimal): -2243316 or 837085. OLE color: 837085.
HSL color Cylindrical-coordinate representation of color #DDC50C: hue angle of 53.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDC50C is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 12 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.13 |
| HSL | 53.11º | 0.9% | 0.46% | - |
| HSV(B) | 53.11º | 0.95% | 0.87% | - |
| XYZ | 49.85 | 55.33 | 8.4 | - |
| YUV | 183.09 | 31.45 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 12 | 0 | 0.11 | 0.95 | 0.13 | 53.11 | 0.9 | 0.46 |
| Hex | DD | C5 | C | 0 | B | 5F | D | 35 | 5A | 2E |
| Octal | 335 | 305 | 14 | 0 | 13 | 137 | 15 | 65 | 132 | 56 |
| Binary | 11011101 | 11000101 | 1100 | 0 | 1011 | 1011111 | 1101 | 110101 | 1011010 | 101110 |
Color Harmonies of #DDC50C
Complementary color
Monochromatic Colors of #DDC50C
Black with #DDC50C
Text Example
Text Example
White with #DDC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC50C; }
p { color: rgb(221,197,12); }
H1.HeaderClassName
{
color: #DDC50C;
}
.AnyTagClassName
{
color: #DDC50C;
}
</style>
background-color css
<style>
a { background-color: #DDC50C; }
a { background-color: rgb(221,197,12); }
div.DivClassName
{
background-color: #DDC50C;
}
.BgClassName
{
background-color: #DDC50C;
}
</style>
border-color css
<style>
span { border-color: #DDC50C; }
span { border-color: rgb(221,197,12); }
td.TdClassName
{
border-color: #DDC50C;
}
.TagClassName
{
border-color: #DDC50C;
}
</style>