Shades of Sunflower #DDC300
Tints of Sunflower #DDC300
RGB
CMYK
RGB Variations
Color information
#DDC300 (or 0xDDC300) is known color: Sunflower. HEX triplet: DD, C3 and 00. RGB value is (221,195,0). Sum of RGB (Red+Green+Blue) = 221+195+0=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC300 is #223CFF. Grayscale: #B5B5B5. Windows color (decimal): -2243840 or 50141. OLE color: 50141.
HSL color Cylindrical-coordinate representation of color #DDC300: hue angle of 52.94º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDC300 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.13 |
| HSL | 52.94º | 1% | 0.43% | - |
| HSV(B) | 52.94º | 1% | 0.87% | - |
| XYZ | 49.33 | 54.4 | 7.9 | - |
| YUV | 180.54 | 26.11 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 0 | 0 | 0.12 | 1 | 0.13 | 52.94 | 1 | 0.43 |
| Hex | DD | C3 | 0 | 0 | C | 64 | D | 35 | 64 | 2B |
| Octal | 335 | 303 | 0 | 0 | 14 | 144 | 15 | 65 | 144 | 53 |
| Binary | 11011101 | 11000011 | 0 | 0 | 1100 | 1100100 | 1101 | 110101 | 1100100 | 101011 |
Color Harmonies of #DDC300
Complementary color
Monochromatic Colors of #DDC300
Black with #DDC300
Text Example
Text Example
White with #DDC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC300; }
p { color: rgb(221,195,0); }
H1.HeaderClassName
{
color: #DDC300;
}
.AnyTagClassName
{
color: #DDC300;
}
</style>
background-color css
<style>
a { background-color: #DDC300; }
a { background-color: rgb(221,195,0); }
div.DivClassName
{
background-color: #DDC300;
}
.BgClassName
{
background-color: #DDC300;
}
</style>
border-color css
<style>
span { border-color: #DDC300; }
span { border-color: rgb(221,195,0); }
td.TdClassName
{
border-color: #DDC300;
}
.TagClassName
{
border-color: #DDC300;
}
</style>