Shades of Sunflower #DDC20C
Tints of Sunflower #DDC20C
RGB
CMYK
RGB Variations
Color information
#DDC20C (or 0xDDC20C) is known color: Sunflower. HEX triplet: DD, C2 and 0C. RGB value is (221,194,12). Sum of RGB (Red+Green+Blue) = 221+194+12=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC20C is #223DF3. Grayscale: #B6B6B6. Windows color (decimal): -2244084 or 836317. OLE color: 836317.
HSL color Cylindrical-coordinate representation of color #DDC20C: hue angle of 52.25º 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 #DDC20C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.13 |
| HSL | 52.25º | 0.9% | 0.46% | - |
| HSV(B) | 52.25º | 0.95% | 0.87% | - |
| XYZ | 49.18 | 53.98 | 8.18 | - |
| YUV | 181.33 | 32.45 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 12 | 0 | 0.12 | 0.95 | 0.13 | 52.25 | 0.9 | 0.46 |
| Hex | DD | C2 | C | 0 | C | 5F | D | 34 | 5A | 2E |
| Octal | 335 | 302 | 14 | 0 | 14 | 137 | 15 | 64 | 132 | 56 |
| Binary | 11011101 | 11000010 | 1100 | 0 | 1100 | 1011111 | 1101 | 110100 | 1011010 | 101110 |
Color Harmonies of #DDC20C
Complementary color
Monochromatic Colors of #DDC20C
Black with #DDC20C
Text Example
Text Example
White with #DDC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC20C; }
p { color: rgb(221,194,12); }
H1.HeaderClassName
{
color: #DDC20C;
}
.AnyTagClassName
{
color: #DDC20C;
}
</style>
background-color css
<style>
a { background-color: #DDC20C; }
a { background-color: rgb(221,194,12); }
div.DivClassName
{
background-color: #DDC20C;
}
.BgClassName
{
background-color: #DDC20C;
}
</style>
border-color css
<style>
span { border-color: #DDC20C; }
span { border-color: rgb(221,194,12); }
td.TdClassName
{
border-color: #DDC20C;
}
.TagClassName
{
border-color: #DDC20C;
}
</style>