Shades of Sunflower #DDD00C
Tints of Sunflower #DDD00C
RGB
CMYK
RGB Variations
Color information
#DDD00C (or 0xDDD00C) is known color: Sunflower. HEX triplet: DD, D0 and 0C. RGB value is (221,208,12). Sum of RGB (Red+Green+Blue) = 221+208+12=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 12 (5.08% from 255 or 2.72% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD00C is #222FF3. Grayscale: #BEBEBE. Windows color (decimal): -2240500 or 839901. OLE color: 839901.
HSL color Cylindrical-coordinate representation of color #DDD00C: hue angle of 56.27º 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 #DDD00C is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 12 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.13 |
| HSL | 56.27º | 0.9% | 0.46% | - |
| HSV(B) | 56.27º | 0.95% | 0.87% | - |
| XYZ | 52.44 | 60.51 | 9.26 | - |
| YUV | 189.54 | 27.81 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 12 | 0 | 0.06 | 0.95 | 0.13 | 56.27 | 0.9 | 0.46 |
| Hex | DD | D0 | C | 0 | 6 | 5F | D | 38 | 5A | 2E |
| Octal | 335 | 320 | 14 | 0 | 6 | 137 | 15 | 70 | 132 | 56 |
| Binary | 11011101 | 11010000 | 1100 | 0 | 110 | 1011111 | 1101 | 111000 | 1011010 | 101110 |
Color Harmonies of #DDD00C
Complementary color
Monochromatic Colors of #DDD00C
Black with #DDD00C
Text Example
Text Example
White with #DDD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD00C; }
p { color: rgb(221,208,12); }
H1.HeaderClassName
{
color: #DDD00C;
}
.AnyTagClassName
{
color: #DDD00C;
}
</style>
background-color css
<style>
a { background-color: #DDD00C; }
a { background-color: rgb(221,208,12); }
div.DivClassName
{
background-color: #DDD00C;
}
.BgClassName
{
background-color: #DDD00C;
}
</style>
border-color css
<style>
span { border-color: #DDD00C; }
span { border-color: rgb(221,208,12); }
td.TdClassName
{
border-color: #DDD00C;
}
.TagClassName
{
border-color: #DDD00C;
}
</style>