Shades of Sunflower #DDCC0D
Tints of Sunflower #DDCC0D
RGB
CMYK
RGB Variations
Color information
#DDCC0D (or 0xDDCC0D) is known color: Sunflower. HEX triplet: DD, CC and 0D. RGB value is (221,204,13). Sum of RGB (Red+Green+Blue) = 221+204+13=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC0D is #2233F2. Grayscale: #BCBCBC. Windows color (decimal): -2241523 or 904413. OLE color: 904413.
HSL color Cylindrical-coordinate representation of color #DDCC0D: hue angle of 55.1º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDCC0D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.13 |
| HSL | 55.1º | 0.89% | 0.46% | - |
| HSV(B) | 55.1º | 0.94% | 0.87% | - |
| XYZ | 51.48 | 58.59 | 8.98 | - |
| YUV | 187.31 | 29.63 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 13 | 0 | 0.08 | 0.94 | 0.13 | 55.1 | 0.89 | 0.46 |
| Hex | DD | CC | D | 0 | 8 | 5E | D | 37 | 59 | 2E |
| Octal | 335 | 314 | 15 | 0 | 10 | 136 | 15 | 67 | 131 | 56 |
| Binary | 11011101 | 11001100 | 1101 | 0 | 1000 | 1011110 | 1101 | 110111 | 1011001 | 101110 |
Color Harmonies of #DDCC0D
Complementary color
Monochromatic Colors of #DDCC0D
Black with #DDCC0D
Text Example
Text Example
White with #DDCC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC0D; }
p { color: rgb(221,204,13); }
H1.HeaderClassName
{
color: #DDCC0D;
}
.AnyTagClassName
{
color: #DDCC0D;
}
</style>
background-color css
<style>
a { background-color: #DDCC0D; }
a { background-color: rgb(221,204,13); }
div.DivClassName
{
background-color: #DDCC0D;
}
.BgClassName
{
background-color: #DDCC0D;
}
</style>
border-color css
<style>
span { border-color: #DDCC0D; }
span { border-color: rgb(221,204,13); }
td.TdClassName
{
border-color: #DDCC0D;
}
.TagClassName
{
border-color: #DDCC0D;
}
</style>