Shades of Sunflower #DDC30F
Tints of Sunflower #DDC30F
RGB
CMYK
RGB Variations
Color information
#DDC30F (or 0xDDC30F) is known color: Sunflower. HEX triplet: DD, C3 and 0F. RGB value is (221,195,15). Sum of RGB (Red+Green+Blue) = 221+195+15=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC30F is #223CF0. Grayscale: #B7B7B7. Windows color (decimal): -2243825 or 1033181. OLE color: 1033181.
HSL color Cylindrical-coordinate representation of color #DDC30F: hue angle of 52.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDC30F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 15 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.13 |
| HSL | 52.43º | 0.87% | 0.46% | - |
| HSV(B) | 52.43º | 0.93% | 0.87% | - |
| XYZ | 49.42 | 54.44 | 8.35 | - |
| YUV | 182.25 | 33.61 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 15 | 0 | 0.12 | 0.93 | 0.13 | 52.43 | 0.87 | 0.46 |
| Hex | DD | C3 | F | 0 | C | 5D | D | 34 | 57 | 2E |
| Octal | 335 | 303 | 17 | 0 | 14 | 135 | 15 | 64 | 127 | 56 |
| Binary | 11011101 | 11000011 | 1111 | 0 | 1100 | 1011101 | 1101 | 110100 | 1010111 | 101110 |
Color Harmonies of #DDC30F
Complementary color
Monochromatic Colors of #DDC30F
Black with #DDC30F
Text Example
Text Example
White with #DDC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC30F; }
p { color: rgb(221,195,15); }
H1.HeaderClassName
{
color: #DDC30F;
}
.AnyTagClassName
{
color: #DDC30F;
}
</style>
background-color css
<style>
a { background-color: #DDC30F; }
a { background-color: rgb(221,195,15); }
div.DivClassName
{
background-color: #DDC30F;
}
.BgClassName
{
background-color: #DDC30F;
}
</style>
border-color css
<style>
span { border-color: #DDC30F; }
span { border-color: rgb(221,195,15); }
td.TdClassName
{
border-color: #DDC30F;
}
.TagClassName
{
border-color: #DDC30F;
}
</style>