Shades of Sunflower #DDC90C
Tints of Sunflower #DDC90C
RGB
CMYK
RGB Variations
Color information
#DDC90C (or 0xDDC90C) is known color: Sunflower. HEX triplet: DD, C9 and 0C. RGB value is (221,201,12). Sum of RGB (Red+Green+Blue) = 221+201+12=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 201 (78.91% from 255 or 46.31% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC90C is #2236F3. Grayscale: #BABABA. Windows color (decimal): -2242292 or 838109. OLE color: 838109.
HSL color Cylindrical-coordinate representation of color #DDC90C: hue angle of 54.26º 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 #DDC90C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.13 |
| HSL | 54.26º | 0.9% | 0.46% | - |
| HSV(B) | 54.26º | 0.95% | 0.87% | - |
| XYZ | 50.77 | 57.17 | 8.71 | - |
| YUV | 185.43 | 30.13 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 12 | 0 | 0.09 | 0.95 | 0.13 | 54.26 | 0.9 | 0.46 |
| Hex | DD | C9 | C | 0 | 9 | 5F | D | 36 | 5A | 2E |
| Octal | 335 | 311 | 14 | 0 | 11 | 137 | 15 | 66 | 132 | 56 |
| Binary | 11011101 | 11001001 | 1100 | 0 | 1001 | 1011111 | 1101 | 110110 | 1011010 | 101110 |
Color Harmonies of #DDC90C
Complementary color
Monochromatic Colors of #DDC90C
Black with #DDC90C
Text Example
Text Example
White with #DDC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC90C; }
p { color: rgb(221,201,12); }
H1.HeaderClassName
{
color: #DDC90C;
}
.AnyTagClassName
{
color: #DDC90C;
}
</style>
background-color css
<style>
a { background-color: #DDC90C; }
a { background-color: rgb(221,201,12); }
div.DivClassName
{
background-color: #DDC90C;
}
.BgClassName
{
background-color: #DDC90C;
}
</style>
border-color css
<style>
span { border-color: #DDC90C; }
span { border-color: rgb(221,201,12); }
td.TdClassName
{
border-color: #DDC90C;
}
.TagClassName
{
border-color: #DDC90C;
}
</style>