Shades of Sunflower #DDC10C
Tints of Sunflower #DDC10C
RGB
CMYK
RGB Variations
Color information
#DDC10C (or 0xDDC10C) is known color: Sunflower. HEX triplet: DD, C1 and 0C. RGB value is (221,193,12). Sum of RGB (Red+Green+Blue) = 221+193+12=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC10C is #223EF3. Grayscale: #B5B5B5. Windows color (decimal): -2244340 or 836061. OLE color: 836061.
HSL color Cylindrical-coordinate representation of color #DDC10C: hue angle of 51.96º 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 #DDC10C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.13 |
| HSL | 51.96º | 0.9% | 0.46% | - |
| HSV(B) | 51.96º | 0.95% | 0.87% | - |
| XYZ | 48.96 | 53.54 | 8.1 | - |
| YUV | 180.74 | 32.78 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 12 | 0 | 0.13 | 0.95 | 0.13 | 51.96 | 0.9 | 0.46 |
| Hex | DD | C1 | C | 0 | D | 5F | D | 34 | 5A | 2E |
| Octal | 335 | 301 | 14 | 0 | 15 | 137 | 15 | 64 | 132 | 56 |
| Binary | 11011101 | 11000001 | 1100 | 0 | 1101 | 1011111 | 1101 | 110100 | 1011010 | 101110 |
Color Harmonies of #DDC10C
Complementary color
Monochromatic Colors of #DDC10C
Black with #DDC10C
Text Example
Text Example
White with #DDC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC10C; }
p { color: rgb(221,193,12); }
H1.HeaderClassName
{
color: #DDC10C;
}
.AnyTagClassName
{
color: #DDC10C;
}
</style>
background-color css
<style>
a { background-color: #DDC10C; }
a { background-color: rgb(221,193,12); }
div.DivClassName
{
background-color: #DDC10C;
}
.BgClassName
{
background-color: #DDC10C;
}
</style>
border-color css
<style>
span { border-color: #DDC10C; }
span { border-color: rgb(221,193,12); }
td.TdClassName
{
border-color: #DDC10C;
}
.TagClassName
{
border-color: #DDC10C;
}
</style>