Shades of Sunflower #DDC601
Tints of Sunflower #DDC601
RGB
CMYK
RGB Variations
Color information
#DDC601 (or 0xDDC601) is known color: Sunflower. HEX triplet: DD, C6 and 01. RGB value is (221,198,1). Sum of RGB (Red+Green+Blue) = 221+198+1=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC601 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC601 is #2239FE. Grayscale: #B7B7B7. Windows color (decimal): -2243071 or 116445. OLE color: 116445.
HSL color Cylindrical-coordinate representation of color #DDC601: hue angle of 53.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDC601 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.13 |
| HSL | 53.73º | 0.99% | 0.44% | - |
| HSV(B) | 53.73º | 1% | 0.87% | - |
| XYZ | 50.02 | 55.76 | 8.16 | - |
| YUV | 182.42 | 25.62 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 1 | 0 | 0.10 | 1.00 | 0.13 | 53.73 | 0.99 | 0.44 |
| Hex | DD | C6 | 1 | 0 | A | 64 | D | 36 | 63 | 2C |
| Octal | 335 | 306 | 1 | 0 | 12 | 144 | 15 | 66 | 143 | 54 |
| Binary | 11011101 | 11000110 | 1 | 0 | 1010 | 1100100 | 1101 | 110110 | 1100011 | 101100 |
Color Harmonies of #DDC601
Complementary color
Monochromatic Colors of #DDC601
Black with #DDC601
Text Example
Text Example
White with #DDC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC601; }
p { color: rgb(221,198,1); }
H1.HeaderClassName
{
color: #DDC601;
}
.AnyTagClassName
{
color: #DDC601;
}
</style>
background-color css
<style>
a { background-color: #DDC601; }
a { background-color: rgb(221,198,1); }
div.DivClassName
{
background-color: #DDC601;
}
.BgClassName
{
background-color: #DDC601;
}
</style>
border-color css
<style>
span { border-color: #DDC601; }
span { border-color: rgb(221,198,1); }
td.TdClassName
{
border-color: #DDC601;
}
.TagClassName
{
border-color: #DDC601;
}
</style>