Shades of Sunflower #DDC000
Tints of Sunflower #DDC000
RGB
CMYK
RGB Variations
Color information
#DDC000 (or 0xDDC000) is known color: Sunflower. HEX triplet: DD, C0 and 00. RGB value is (221,192,0). Sum of RGB (Red+Green+Blue) = 221+192+0=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC000 is #223FFF. Grayscale: #B3B3B3. Windows color (decimal): -2244608 or 49373. OLE color: 49373.
HSL color Cylindrical-coordinate representation of color #DDC000: hue angle of 52.13º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDC000 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.13 |
| HSL | 52.13º | 1% | 0.43% | - |
| HSV(B) | 52.13º | 1% | 0.87% | - |
| XYZ | 48.67 | 53.07 | 7.68 | - |
| YUV | 178.78 | 27.11 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 0 | 0 | 0.13 | 1 | 0.13 | 52.13 | 1 | 0.43 |
| Hex | DD | C0 | 0 | 0 | D | 64 | D | 34 | 64 | 2B |
| Octal | 335 | 300 | 0 | 0 | 15 | 144 | 15 | 64 | 144 | 53 |
| Binary | 11011101 | 11000000 | 0 | 0 | 1101 | 1100100 | 1101 | 110100 | 1100100 | 101011 |
Color Harmonies of #DDC000
Complementary color
Monochromatic Colors of #DDC000
Black with #DDC000
Text Example
Text Example
White with #DDC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC000; }
p { color: rgb(221,192,0); }
H1.HeaderClassName
{
color: #DDC000;
}
.AnyTagClassName
{
color: #DDC000;
}
</style>
background-color css
<style>
a { background-color: #DDC000; }
a { background-color: rgb(221,192,0); }
div.DivClassName
{
background-color: #DDC000;
}
.BgClassName
{
background-color: #DDC000;
}
</style>
border-color css
<style>
span { border-color: #DDC000; }
span { border-color: rgb(221,192,0); }
td.TdClassName
{
border-color: #DDC000;
}
.TagClassName
{
border-color: #DDC000;
}
</style>