Shades of Sunflower #DDB10B
Tints of Sunflower #DDB10B
RGB
CMYK
RGB Variations
Color information
#DDB10B (or 0xDDB10B) is known color: Sunflower. HEX triplet: DD, B1 and 0B. RGB value is (221,177,11). Sum of RGB (Red+Green+Blue) = 221+177+11=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB10B is #224EF4. Grayscale: #ABABAB. Windows color (decimal): -2248437 or 766429. OLE color: 766429.
HSL color Cylindrical-coordinate representation of color #DDB10B: hue angle of 47.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 #DDB10B is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 11 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.13 |
| HSL | 47.43º | 0.91% | 0.45% | - |
| HSV(B) | 47.43º | 0.95% | 0.87% | - |
| XYZ | 45.6 | 46.84 | 6.95 | - |
| YUV | 171.23 | 37.58 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 11 | 0 | 0.20 | 0.95 | 0.13 | 47.43 | 0.91 | 0.45 |
| Hex | DD | B1 | B | 0 | 14 | 5F | D | 2F | 5B | 2D |
| Octal | 335 | 261 | 13 | 0 | 24 | 137 | 15 | 57 | 133 | 55 |
| Binary | 11011101 | 10110001 | 1011 | 0 | 10100 | 1011111 | 1101 | 101111 | 1011011 | 101101 |
Color Harmonies of #DDB10B
Complementary color
Monochromatic Colors of #DDB10B
Black with #DDB10B
Text Example
Text Example
White with #DDB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB10B; }
p { color: rgb(221,177,11); }
H1.HeaderClassName
{
color: #DDB10B;
}
.AnyTagClassName
{
color: #DDB10B;
}
</style>
background-color css
<style>
a { background-color: #DDB10B; }
a { background-color: rgb(221,177,11); }
div.DivClassName
{
background-color: #DDB10B;
}
.BgClassName
{
background-color: #DDB10B;
}
</style>
border-color css
<style>
span { border-color: #DDB10B; }
span { border-color: rgb(221,177,11); }
td.TdClassName
{
border-color: #DDB10B;
}
.TagClassName
{
border-color: #DDB10B;
}
</style>