Shades of Sunflower #DDC10B
Tints of Sunflower #DDC10B
RGB
CMYK
RGB Variations
Color information
#DDC10B (or 0xDDC10B) is known color: Sunflower. HEX triplet: DD, C1 and 0B. RGB value is (221,193,11). Sum of RGB (Red+Green+Blue) = 221+193+11=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC10B is #223EF4. Grayscale: #B5B5B5. Windows color (decimal): -2244341 or 770525. OLE color: 770525.
HSL color Cylindrical-coordinate representation of color #DDC10B: hue angle of 52º 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 #DDC10B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.13 |
| HSL | 52º | 0.91% | 0.45% | - |
| HSV(B) | 52º | 0.95% | 0.87% | - |
| XYZ | 48.95 | 53.54 | 8.07 | - |
| YUV | 180.62 | 32.28 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 11 | 0 | 0.13 | 0.95 | 0.13 | 52 | 0.91 | 0.45 |
| Hex | DD | C1 | B | 0 | D | 5F | D | 34 | 5B | 2D |
| Octal | 335 | 301 | 13 | 0 | 15 | 137 | 15 | 64 | 133 | 55 |
| Binary | 11011101 | 11000001 | 1011 | 0 | 1101 | 1011111 | 1101 | 110100 | 1011011 | 101101 |
Color Harmonies of #DDC10B
Complementary color
Monochromatic Colors of #DDC10B
Black with #DDC10B
Text Example
Text Example
White with #DDC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC10B; }
p { color: rgb(221,193,11); }
H1.HeaderClassName
{
color: #DDC10B;
}
.AnyTagClassName
{
color: #DDC10B;
}
</style>
background-color css
<style>
a { background-color: #DDC10B; }
a { background-color: rgb(221,193,11); }
div.DivClassName
{
background-color: #DDC10B;
}
.BgClassName
{
background-color: #DDC10B;
}
</style>
border-color css
<style>
span { border-color: #DDC10B; }
span { border-color: rgb(221,193,11); }
td.TdClassName
{
border-color: #DDC10B;
}
.TagClassName
{
border-color: #DDC10B;
}
</style>