Shades of Sunflower #DDB204
Tints of Sunflower #DDB204
RGB
CMYK
RGB Variations
Color information
#DDB204 (or 0xDDB204) is known color: Sunflower. HEX triplet: DD, B2 and 04. RGB value is (221,178,4). Sum of RGB (Red+Green+Blue) = 221+178+4=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB204 is #224DFB. Grayscale: #ABABAB. Windows color (decimal): -2248188 or 307933. OLE color: 307933.
HSL color Cylindrical-coordinate representation of color #DDB204: hue angle of 48.11º 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 #DDB204 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.13 |
| HSL | 48.11º | 0.96% | 0.44% | - |
| HSV(B) | 48.11º | 0.98% | 0.87% | - |
| XYZ | 45.76 | 47.22 | 6.82 | - |
| YUV | 171.02 | 33.75 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 4 | 0 | 0.19 | 0.98 | 0.13 | 48.11 | 0.96 | 0.44 |
| Hex | DD | B2 | 4 | 0 | 13 | 62 | D | 30 | 60 | 2C |
| Octal | 335 | 262 | 4 | 0 | 23 | 142 | 15 | 60 | 140 | 54 |
| Binary | 11011101 | 10110010 | 100 | 0 | 10011 | 1100010 | 1101 | 110000 | 1100000 | 101100 |
Color Harmonies of #DDB204
Complementary color
Monochromatic Colors of #DDB204
Black with #DDB204
Text Example
Text Example
White with #DDB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB204; }
p { color: rgb(221,178,4); }
H1.HeaderClassName
{
color: #DDB204;
}
.AnyTagClassName
{
color: #DDB204;
}
</style>
background-color css
<style>
a { background-color: #DDB204; }
a { background-color: rgb(221,178,4); }
div.DivClassName
{
background-color: #DDB204;
}
.BgClassName
{
background-color: #DDB204;
}
</style>
border-color css
<style>
span { border-color: #DDB204; }
span { border-color: rgb(221,178,4); }
td.TdClassName
{
border-color: #DDB204;
}
.TagClassName
{
border-color: #DDB204;
}
</style>