Shades of Sunflower #DDC61D
Tints of Sunflower #DDC61D
RGB
CMYK
RGB Variations
Color information
#DDC61D (or 0xDDC61D) is known color: Sunflower. HEX triplet: DD, C6 and 1D. RGB value is (221,198,29). Sum of RGB (Red+Green+Blue) = 221+198+29=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC61D is #2239E2. Grayscale: #BABABA. Windows color (decimal): -2243043 or 1951453. OLE color: 1951453.
HSL color Cylindrical-coordinate representation of color #DDC61D: hue angle of 52.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDC61D is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 29 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.13 |
| HSL | 52.81º | 0.77% | 0.49% | - |
| HSV(B) | 52.81º | 0.87% | 0.87% | - |
| XYZ | 50.23 | 55.85 | 9.29 | - |
| YUV | 185.61 | 39.62 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 29 | 0 | 0.10 | 0.87 | 0.13 | 52.81 | 0.77 | 0.49 |
| Hex | DD | C6 | 1D | 0 | A | 57 | D | 35 | 4D | 31 |
| Octal | 335 | 306 | 35 | 0 | 12 | 127 | 15 | 65 | 115 | 61 |
| Binary | 11011101 | 11000110 | 11101 | 0 | 1010 | 1010111 | 1101 | 110101 | 1001101 | 110001 |
Color Harmonies of #DDC61D
Complementary color
Monochromatic Colors of #DDC61D
Black with #DDC61D
Text Example
Text Example
White with #DDC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC61D; }
p { color: rgb(221,198,29); }
H1.HeaderClassName
{
color: #DDC61D;
}
.AnyTagClassName
{
color: #DDC61D;
}
</style>
background-color css
<style>
a { background-color: #DDC61D; }
a { background-color: rgb(221,198,29); }
div.DivClassName
{
background-color: #DDC61D;
}
.BgClassName
{
background-color: #DDC61D;
}
</style>
border-color css
<style>
span { border-color: #DDC61D; }
span { border-color: rgb(221,198,29); }
td.TdClassName
{
border-color: #DDC61D;
}
.TagClassName
{
border-color: #DDC61D;
}
</style>