Shades of Sunflower #DDC01C
Tints of Sunflower #DDC01C
RGB
CMYK
RGB Variations
Color information
#DDC01C (or 0xDDC01C) is known color: Sunflower. HEX triplet: DD, C0 and 1C. RGB value is (221,192,28). Sum of RGB (Red+Green+Blue) = 221+192+28=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC01C is #223FE3. Grayscale: #B6B6B6. Windows color (decimal): -2244580 or 1884381. OLE color: 1884381.
HSL color Cylindrical-coordinate representation of color #DDC01C: hue angle of 50.98º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDC01C is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 28 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.13 |
| HSL | 50.98º | 0.78% | 0.49% | - |
| HSV(B) | 50.98º | 0.87% | 0.87% | - |
| XYZ | 48.88 | 53.16 | 8.78 | - |
| YUV | 181.98 | 41.11 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 28 | 0 | 0.13 | 0.87 | 0.13 | 50.98 | 0.78 | 0.49 |
| Hex | DD | C0 | 1C | 0 | D | 57 | D | 33 | 4E | 31 |
| Octal | 335 | 300 | 34 | 0 | 15 | 127 | 15 | 63 | 116 | 61 |
| Binary | 11011101 | 11000000 | 11100 | 0 | 1101 | 1010111 | 1101 | 110011 | 1001110 | 110001 |
Color Harmonies of #DDC01C
Complementary color
Monochromatic Colors of #DDC01C
Black with #DDC01C
Text Example
Text Example
White with #DDC01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC01C; }
p { color: rgb(221,192,28); }
H1.HeaderClassName
{
color: #DDC01C;
}
.AnyTagClassName
{
color: #DDC01C;
}
</style>
background-color css
<style>
a { background-color: #DDC01C; }
a { background-color: rgb(221,192,28); }
div.DivClassName
{
background-color: #DDC01C;
}
.BgClassName
{
background-color: #DDC01C;
}
</style>
border-color css
<style>
span { border-color: #DDC01C; }
span { border-color: rgb(221,192,28); }
td.TdClassName
{
border-color: #DDC01C;
}
.TagClassName
{
border-color: #DDC01C;
}
</style>