Shades of Sunflower #DDC303
Tints of Sunflower #DDC303
RGB
CMYK
RGB Variations
Color information
#DDC303 (or 0xDDC303) is known color: Sunflower. HEX triplet: DD, C3 and 03. RGB value is (221,195,3). Sum of RGB (Red+Green+Blue) = 221+195+3=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC303 is #223CFC. Grayscale: #B5B5B5. Windows color (decimal): -2243837 or 246749. OLE color: 246749.
HSL color Cylindrical-coordinate representation of color #DDC303: hue angle of 52.84º 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 #DDC303 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.13 |
| HSL | 52.84º | 0.97% | 0.44% | - |
| HSV(B) | 52.84º | 0.99% | 0.87% | - |
| XYZ | 49.35 | 54.41 | 7.99 | - |
| YUV | 180.89 | 27.61 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 3 | 0 | 0.12 | 0.99 | 0.13 | 52.84 | 0.97 | 0.44 |
| Hex | DD | C3 | 3 | 0 | C | 63 | D | 35 | 61 | 2C |
| Octal | 335 | 303 | 3 | 0 | 14 | 143 | 15 | 65 | 141 | 54 |
| Binary | 11011101 | 11000011 | 11 | 0 | 1100 | 1100011 | 1101 | 110101 | 1100001 | 101100 |
Color Harmonies of #DDC303
Complementary color
Monochromatic Colors of #DDC303
Black with #DDC303
Text Example
Text Example
White with #DDC303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC303; }
p { color: rgb(221,195,3); }
H1.HeaderClassName
{
color: #DDC303;
}
.AnyTagClassName
{
color: #DDC303;
}
</style>
background-color css
<style>
a { background-color: #DDC303; }
a { background-color: rgb(221,195,3); }
div.DivClassName
{
background-color: #DDC303;
}
.BgClassName
{
background-color: #DDC303;
}
</style>
border-color css
<style>
span { border-color: #DDC303; }
span { border-color: rgb(221,195,3); }
td.TdClassName
{
border-color: #DDC303;
}
.TagClassName
{
border-color: #DDC303;
}
</style>