Shades of Sunflower #DDC506
Tints of Sunflower #DDC506
RGB
CMYK
RGB Variations
Color information
#DDC506 (or 0xDDC506) is known color: Sunflower. HEX triplet: DD, C5 and 06. RGB value is (221,197,6). Sum of RGB (Red+Green+Blue) = 221+197+6=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC506 is #223AF9. Grayscale: #B7B7B7. Windows color (decimal): -2243322 or 443869. OLE color: 443869.
HSL color Cylindrical-coordinate representation of color #DDC506: hue angle of 53.3º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDC506 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 6 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.13 |
| HSL | 53.3º | 0.95% | 0.45% | - |
| HSV(B) | 53.3º | 0.97% | 0.87% | - |
| XYZ | 49.82 | 55.32 | 8.22 | - |
| YUV | 182.4 | 28.45 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 6 | 0 | 0.11 | 0.97 | 0.13 | 53.3 | 0.95 | 0.45 |
| Hex | DD | C5 | 6 | 0 | B | 61 | D | 35 | 5F | 2D |
| Octal | 335 | 305 | 6 | 0 | 13 | 141 | 15 | 65 | 137 | 55 |
| Binary | 11011101 | 11000101 | 110 | 0 | 1011 | 1100001 | 1101 | 110101 | 1011111 | 101101 |
Color Harmonies of #DDC506
Complementary color
Monochromatic Colors of #DDC506
Black with #DDC506
Text Example
Text Example
White with #DDC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC506; }
p { color: rgb(221,197,6); }
H1.HeaderClassName
{
color: #DDC506;
}
.AnyTagClassName
{
color: #DDC506;
}
</style>
background-color css
<style>
a { background-color: #DDC506; }
a { background-color: rgb(221,197,6); }
div.DivClassName
{
background-color: #DDC506;
}
.BgClassName
{
background-color: #DDC506;
}
</style>
border-color css
<style>
span { border-color: #DDC506; }
span { border-color: rgb(221,197,6); }
td.TdClassName
{
border-color: #DDC506;
}
.TagClassName
{
border-color: #DDC506;
}
</style>