Shades of Sunflower #DDC107
Tints of Sunflower #DDC107
RGB
CMYK
RGB Variations
Color information
#DDC107 (or 0xDDC107) is known color: Sunflower. HEX triplet: DD, C1 and 07. RGB value is (221,193,7). Sum of RGB (Red+Green+Blue) = 221+193+7=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC107 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC107 is #223EF8. Grayscale: #B4B4B4. Windows color (decimal): -2244345 or 508381. OLE color: 508381.
HSL color Cylindrical-coordinate representation of color #DDC107: hue angle of 52.15º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDC107 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.13 |
| HSL | 52.15º | 0.94% | 0.45% | - |
| HSV(B) | 52.15º | 0.97% | 0.87% | - |
| XYZ | 48.93 | 53.53 | 7.95 | - |
| YUV | 180.17 | 30.28 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 7 | 0 | 0.13 | 0.97 | 0.13 | 52.15 | 0.94 | 0.45 |
| Hex | DD | C1 | 7 | 0 | D | 61 | D | 34 | 5E | 2D |
| Octal | 335 | 301 | 7 | 0 | 15 | 141 | 15 | 64 | 136 | 55 |
| Binary | 11011101 | 11000001 | 111 | 0 | 1101 | 1100001 | 1101 | 110100 | 1011110 | 101101 |
Color Harmonies of #DDC107
Complementary color
Monochromatic Colors of #DDC107
Black with #DDC107
Text Example
Text Example
White with #DDC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC107; }
p { color: rgb(221,193,7); }
H1.HeaderClassName
{
color: #DDC107;
}
.AnyTagClassName
{
color: #DDC107;
}
</style>
background-color css
<style>
a { background-color: #DDC107; }
a { background-color: rgb(221,193,7); }
div.DivClassName
{
background-color: #DDC107;
}
.BgClassName
{
background-color: #DDC107;
}
</style>
border-color css
<style>
span { border-color: #DDC107; }
span { border-color: rgb(221,193,7); }
td.TdClassName
{
border-color: #DDC107;
}
.TagClassName
{
border-color: #DDC107;
}
</style>