Shades of Sunflower #DDB108
Tints of Sunflower #DDB108
RGB
CMYK
RGB Variations
Color information
#DDB108 (or 0xDDB108) is known color: Sunflower. HEX triplet: DD, B1 and 08. RGB value is (221,177,8). Sum of RGB (Red+Green+Blue) = 221+177+8=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB108 is #224EF7. Grayscale: #ABABAB. Windows color (decimal): -2248440 or 569821. OLE color: 569821.
HSL color Cylindrical-coordinate representation of color #DDB108: hue angle of 47.61º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDB108 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.13 |
| HSL | 47.61º | 0.93% | 0.45% | - |
| HSV(B) | 47.61º | 0.96% | 0.87% | - |
| XYZ | 45.58 | 46.83 | 6.87 | - |
| YUV | 170.89 | 36.08 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 8 | 0 | 0.20 | 0.96 | 0.13 | 47.61 | 0.93 | 0.45 |
| Hex | DD | B1 | 8 | 0 | 14 | 60 | D | 30 | 5D | 2D |
| Octal | 335 | 261 | 10 | 0 | 24 | 140 | 15 | 60 | 135 | 55 |
| Binary | 11011101 | 10110001 | 1000 | 0 | 10100 | 1100000 | 1101 | 110000 | 1011101 | 101101 |
Color Harmonies of #DDB108
Complementary color
Monochromatic Colors of #DDB108
Black with #DDB108
Text Example
Text Example
White with #DDB108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB108; }
p { color: rgb(221,177,8); }
H1.HeaderClassName
{
color: #DDB108;
}
.AnyTagClassName
{
color: #DDB108;
}
</style>
background-color css
<style>
a { background-color: #DDB108; }
a { background-color: rgb(221,177,8); }
div.DivClassName
{
background-color: #DDB108;
}
.BgClassName
{
background-color: #DDB108;
}
</style>
border-color css
<style>
span { border-color: #DDB108; }
span { border-color: rgb(221,177,8); }
td.TdClassName
{
border-color: #DDB108;
}
.TagClassName
{
border-color: #DDB108;
}
</style>