Shades of Sunflower #DDC603
Tints of Sunflower #DDC603
RGB
CMYK
RGB Variations
Color information
#DDC603 (or 0xDDC603) is known color: Sunflower. HEX triplet: DD, C6 and 03. RGB value is (221,198,3). Sum of RGB (Red+Green+Blue) = 221+198+3=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC603 is #2239FC. Grayscale: #B7B7B7. Windows color (decimal): -2243069 or 247517. OLE color: 247517.
HSL color Cylindrical-coordinate representation of color #DDC603: hue angle of 53.67º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDC603 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.13 |
| HSL | 53.67º | 0.97% | 0.44% | - |
| HSV(B) | 53.67º | 0.99% | 0.87% | - |
| XYZ | 50.03 | 55.77 | 8.21 | - |
| YUV | 182.65 | 26.62 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 3 | 0 | 0.10 | 0.99 | 0.13 | 53.67 | 0.97 | 0.44 |
| Hex | DD | C6 | 3 | 0 | A | 63 | D | 36 | 61 | 2C |
| Octal | 335 | 306 | 3 | 0 | 12 | 143 | 15 | 66 | 141 | 54 |
| Binary | 11011101 | 11000110 | 11 | 0 | 1010 | 1100011 | 1101 | 110110 | 1100001 | 101100 |
Color Harmonies of #DDC603
Complementary color
Monochromatic Colors of #DDC603
Black with #DDC603
Text Example
Text Example
White with #DDC603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC603; }
p { color: rgb(221,198,3); }
H1.HeaderClassName
{
color: #DDC603;
}
.AnyTagClassName
{
color: #DDC603;
}
</style>
background-color css
<style>
a { background-color: #DDC603; }
a { background-color: rgb(221,198,3); }
div.DivClassName
{
background-color: #DDC603;
}
.BgClassName
{
background-color: #DDC603;
}
</style>
border-color css
<style>
span { border-color: #DDC603; }
span { border-color: rgb(221,198,3); }
td.TdClassName
{
border-color: #DDC603;
}
.TagClassName
{
border-color: #DDC603;
}
</style>