Shades of Sunflower #DDC70B
Tints of Sunflower #DDC70B
RGB
CMYK
RGB Variations
Color information
#DDC70B (or 0xDDC70B) is known color: Sunflower. HEX triplet: DD, C7 and 0B. RGB value is (221,199,11). Sum of RGB (Red+Green+Blue) = 221+199+11=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 199 (78.12% from 255 or 46.17% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC70B is #2238F4. Grayscale: #B8B8B8. Windows color (decimal): -2242805 or 772061. OLE color: 772061.
HSL color Cylindrical-coordinate representation of color #DDC70B: hue angle of 53.71º 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 #DDC70B is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 11 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.13 |
| HSL | 53.71º | 0.91% | 0.45% | - |
| HSV(B) | 53.71º | 0.95% | 0.87% | - |
| XYZ | 50.3 | 56.24 | 8.52 | - |
| YUV | 184.15 | 30.29 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 11 | 0 | 0.10 | 0.95 | 0.13 | 53.71 | 0.91 | 0.45 |
| Hex | DD | C7 | B | 0 | A | 5F | D | 36 | 5B | 2D |
| Octal | 335 | 307 | 13 | 0 | 12 | 137 | 15 | 66 | 133 | 55 |
| Binary | 11011101 | 11000111 | 1011 | 0 | 1010 | 1011111 | 1101 | 110110 | 1011011 | 101101 |
Color Harmonies of #DDC70B
Complementary color
Monochromatic Colors of #DDC70B
Black with #DDC70B
Text Example
Text Example
White with #DDC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC70B; }
p { color: rgb(221,199,11); }
H1.HeaderClassName
{
color: #DDC70B;
}
.AnyTagClassName
{
color: #DDC70B;
}
</style>
background-color css
<style>
a { background-color: #DDC70B; }
a { background-color: rgb(221,199,11); }
div.DivClassName
{
background-color: #DDC70B;
}
.BgClassName
{
background-color: #DDC70B;
}
</style>
border-color css
<style>
span { border-color: #DDC70B; }
span { border-color: rgb(221,199,11); }
td.TdClassName
{
border-color: #DDC70B;
}
.TagClassName
{
border-color: #DDC70B;
}
</style>