Shades of Sunflower #DDB105
Tints of Sunflower #DDB105
RGB
CMYK
RGB Variations
Color information
#DDB105 (or 0xDDB105) is known color: Sunflower. HEX triplet: DD, B1 and 05. RGB value is (221,177,5). Sum of RGB (Red+Green+Blue) = 221+177+5=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB105 is #224EFA. Grayscale: #ABABAB. Windows color (decimal): -2248443 or 373213. OLE color: 373213.
HSL color Cylindrical-coordinate representation of color #DDB105: hue angle of 47.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDB105 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.13 |
| HSL | 47.78º | 0.96% | 0.44% | - |
| HSV(B) | 47.78º | 0.98% | 0.87% | - |
| XYZ | 45.57 | 46.83 | 6.78 | - |
| YUV | 170.55 | 34.58 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 5 | 0 | 0.20 | 0.98 | 0.13 | 47.78 | 0.96 | 0.44 |
| Hex | DD | B1 | 5 | 0 | 14 | 62 | D | 30 | 60 | 2C |
| Octal | 335 | 261 | 5 | 0 | 24 | 142 | 15 | 60 | 140 | 54 |
| Binary | 11011101 | 10110001 | 101 | 0 | 10100 | 1100010 | 1101 | 110000 | 1100000 | 101100 |
Color Harmonies of #DDB105
Complementary color
Monochromatic Colors of #DDB105
Black with #DDB105
Text Example
Text Example
White with #DDB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB105; }
p { color: rgb(221,177,5); }
H1.HeaderClassName
{
color: #DDB105;
}
.AnyTagClassName
{
color: #DDB105;
}
</style>
background-color css
<style>
a { background-color: #DDB105; }
a { background-color: rgb(221,177,5); }
div.DivClassName
{
background-color: #DDB105;
}
.BgClassName
{
background-color: #DDB105;
}
</style>
border-color css
<style>
span { border-color: #DDB105; }
span { border-color: rgb(221,177,5); }
td.TdClassName
{
border-color: #DDB105;
}
.TagClassName
{
border-color: #DDB105;
}
</style>