Shades of Sunflower #DDB103
Tints of Sunflower #DDB103
RGB
CMYK
RGB Variations
Color information
#DDB103 (or 0xDDB103) is known color: Sunflower. HEX triplet: DD, B1 and 03. RGB value is (221,177,3). Sum of RGB (Red+Green+Blue) = 221+177+3=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB103 is #224EFC. Grayscale: #ABABAB. Windows color (decimal): -2248445 or 242141. OLE color: 242141.
HSL color Cylindrical-coordinate representation of color #DDB103: hue angle of 47.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDB103 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.13 |
| HSL | 47.89º | 0.97% | 0.44% | - |
| HSV(B) | 47.89º | 0.99% | 0.87% | - |
| XYZ | 45.56 | 46.82 | 6.72 | - |
| YUV | 170.32 | 33.58 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 3 | 0 | 0.20 | 0.99 | 0.13 | 47.89 | 0.97 | 0.44 |
| Hex | DD | B1 | 3 | 0 | 14 | 63 | D | 30 | 61 | 2C |
| Octal | 335 | 261 | 3 | 0 | 24 | 143 | 15 | 60 | 141 | 54 |
| Binary | 11011101 | 10110001 | 11 | 0 | 10100 | 1100011 | 1101 | 110000 | 1100001 | 101100 |
Color Harmonies of #DDB103
Complementary color
Monochromatic Colors of #DDB103
Black with #DDB103
Text Example
Text Example
White with #DDB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB103; }
p { color: rgb(221,177,3); }
H1.HeaderClassName
{
color: #DDB103;
}
.AnyTagClassName
{
color: #DDB103;
}
</style>
background-color css
<style>
a { background-color: #DDB103; }
a { background-color: rgb(221,177,3); }
div.DivClassName
{
background-color: #DDB103;
}
.BgClassName
{
background-color: #DDB103;
}
</style>
border-color css
<style>
span { border-color: #DDB103; }
span { border-color: rgb(221,177,3); }
td.TdClassName
{
border-color: #DDB103;
}
.TagClassName
{
border-color: #DDB103;
}
</style>