Shades of Sunflower #DDC305
Tints of Sunflower #DDC305
RGB
CMYK
RGB Variations
Color information
#DDC305 (or 0xDDC305) is known color: Sunflower. HEX triplet: DD, C3 and 05. RGB value is (221,195,5). Sum of RGB (Red+Green+Blue) = 221+195+5=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC305 is #223CFA. Grayscale: #B5B5B5. Windows color (decimal): -2243835 or 377821. OLE color: 377821.
HSL color Cylindrical-coordinate representation of color #DDC305: hue angle of 52.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDC305 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.13 |
| HSL | 52.78º | 0.96% | 0.44% | - |
| HSV(B) | 52.78º | 0.98% | 0.87% | - |
| XYZ | 49.36 | 54.41 | 8.04 | - |
| YUV | 181.11 | 28.61 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 5 | 0 | 0.12 | 0.98 | 0.13 | 52.78 | 0.96 | 0.44 |
| Hex | DD | C3 | 5 | 0 | C | 62 | D | 35 | 60 | 2C |
| Octal | 335 | 303 | 5 | 0 | 14 | 142 | 15 | 65 | 140 | 54 |
| Binary | 11011101 | 11000011 | 101 | 0 | 1100 | 1100010 | 1101 | 110101 | 1100000 | 101100 |
Color Harmonies of #DDC305
Complementary color
Monochromatic Colors of #DDC305
Black with #DDC305
Text Example
Text Example
White with #DDC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC305; }
p { color: rgb(221,195,5); }
H1.HeaderClassName
{
color: #DDC305;
}
.AnyTagClassName
{
color: #DDC305;
}
</style>
background-color css
<style>
a { background-color: #DDC305; }
a { background-color: rgb(221,195,5); }
div.DivClassName
{
background-color: #DDC305;
}
.BgClassName
{
background-color: #DDC305;
}
</style>
border-color css
<style>
span { border-color: #DDC305; }
span { border-color: rgb(221,195,5); }
td.TdClassName
{
border-color: #DDC305;
}
.TagClassName
{
border-color: #DDC305;
}
</style>