Shades of Sunflower #DDC60B
Tints of Sunflower #DDC60B
RGB
CMYK
RGB Variations
Color information
#DDC60B (or 0xDDC60B) is known color: Sunflower. HEX triplet: DD, C6 and 0B. RGB value is (221,198,11). Sum of RGB (Red+Green+Blue) = 221+198+11=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 11 (4.69% from 255 or 2.56% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC60B is #2239F4. Grayscale: #B8B8B8. Windows color (decimal): -2243061 or 771805. OLE color: 771805.
HSL color Cylindrical-coordinate representation of color #DDC60B: hue angle of 53.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDC60B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.13 |
| HSL | 53.43º | 0.91% | 0.45% | - |
| HSV(B) | 53.43º | 0.95% | 0.87% | - |
| XYZ | 50.07 | 55.78 | 8.44 | - |
| YUV | 183.56 | 30.62 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 11 | 0 | 0.10 | 0.95 | 0.13 | 53.43 | 0.91 | 0.45 |
| Hex | DD | C6 | B | 0 | A | 5F | D | 35 | 5B | 2D |
| Octal | 335 | 306 | 13 | 0 | 12 | 137 | 15 | 65 | 133 | 55 |
| Binary | 11011101 | 11000110 | 1011 | 0 | 1010 | 1011111 | 1101 | 110101 | 1011011 | 101101 |
Color Harmonies of #DDC60B
Complementary color
Monochromatic Colors of #DDC60B
Black with #DDC60B
Text Example
Text Example
White with #DDC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC60B; }
p { color: rgb(221,198,11); }
H1.HeaderClassName
{
color: #DDC60B;
}
.AnyTagClassName
{
color: #DDC60B;
}
</style>
background-color css
<style>
a { background-color: #DDC60B; }
a { background-color: rgb(221,198,11); }
div.DivClassName
{
background-color: #DDC60B;
}
.BgClassName
{
background-color: #DDC60B;
}
</style>
border-color css
<style>
span { border-color: #DDC60B; }
span { border-color: rgb(221,198,11); }
td.TdClassName
{
border-color: #DDC60B;
}
.TagClassName
{
border-color: #DDC60B;
}
</style>