Shades of Sunflower #DDC30A
Tints of Sunflower #DDC30A
RGB
CMYK
RGB Variations
Color information
#DDC30A (or 0xDDC30A) is known color: Sunflower. HEX triplet: DD, C3 and 0A. RGB value is (221,195,10). Sum of RGB (Red+Green+Blue) = 221+195+10=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC30A is #223CF5. Grayscale: #B6B6B6. Windows color (decimal): -2243830 or 705501. OLE color: 705501.
HSL color Cylindrical-coordinate representation of color #DDC30A: hue angle of 52.61º 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 #DDC30A is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 10 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.13 |
| HSL | 52.61º | 0.91% | 0.45% | - |
| HSV(B) | 52.61º | 0.95% | 0.87% | - |
| XYZ | 49.39 | 54.42 | 8.19 | - |
| YUV | 181.68 | 31.11 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 10 | 0 | 0.12 | 0.95 | 0.13 | 52.61 | 0.91 | 0.45 |
| Hex | DD | C3 | A | 0 | C | 5F | D | 35 | 5B | 2D |
| Octal | 335 | 303 | 12 | 0 | 14 | 137 | 15 | 65 | 133 | 55 |
| Binary | 11011101 | 11000011 | 1010 | 0 | 1100 | 1011111 | 1101 | 110101 | 1011011 | 101101 |
Color Harmonies of #DDC30A
Complementary color
Monochromatic Colors of #DDC30A
Black with #DDC30A
Text Example
Text Example
White with #DDC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC30A; }
p { color: rgb(221,195,10); }
H1.HeaderClassName
{
color: #DDC30A;
}
.AnyTagClassName
{
color: #DDC30A;
}
</style>
background-color css
<style>
a { background-color: #DDC30A; }
a { background-color: rgb(221,195,10); }
div.DivClassName
{
background-color: #DDC30A;
}
.BgClassName
{
background-color: #DDC30A;
}
</style>
border-color css
<style>
span { border-color: #DDC30A; }
span { border-color: rgb(221,195,10); }
td.TdClassName
{
border-color: #DDC30A;
}
.TagClassName
{
border-color: #DDC30A;
}
</style>