Shades of Sunflower #DDB008
Tints of Sunflower #DDB008
RGB
CMYK
RGB Variations
Color information
#DDB008 (or 0xDDB008) is known color: Sunflower. HEX triplet: DD, B0 and 08. RGB value is (221,176,8). Sum of RGB (Red+Green+Blue) = 221+176+8=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 8 (3.52% from 255 or 1.98% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB008 is #224FF7. Grayscale: #ABABAB. Windows color (decimal): -2248696 or 569565. OLE color: 569565.
HSL color Cylindrical-coordinate representation of color #DDB008: hue angle of 47.32º 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 #DDB008 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.13 |
| HSL | 47.32º | 0.93% | 0.45% | - |
| HSV(B) | 47.32º | 0.96% | 0.87% | - |
| XYZ | 45.39 | 46.44 | 6.8 | - |
| YUV | 170.3 | 36.41 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 8 | 0 | 0.20 | 0.96 | 0.13 | 47.32 | 0.93 | 0.45 |
| Hex | DD | B0 | 8 | 0 | 14 | 60 | D | 2F | 5D | 2D |
| Octal | 335 | 260 | 10 | 0 | 24 | 140 | 15 | 57 | 135 | 55 |
| Binary | 11011101 | 10110000 | 1000 | 0 | 10100 | 1100000 | 1101 | 101111 | 1011101 | 101101 |
Color Harmonies of #DDB008
Complementary color
Monochromatic Colors of #DDB008
Black with #DDB008
Text Example
Text Example
White with #DDB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB008; }
p { color: rgb(221,176,8); }
H1.HeaderClassName
{
color: #DDB008;
}
.AnyTagClassName
{
color: #DDB008;
}
</style>
background-color css
<style>
a { background-color: #DDB008; }
a { background-color: rgb(221,176,8); }
div.DivClassName
{
background-color: #DDB008;
}
.BgClassName
{
background-color: #DDB008;
}
</style>
border-color css
<style>
span { border-color: #DDB008; }
span { border-color: rgb(221,176,8); }
td.TdClassName
{
border-color: #DDB008;
}
.TagClassName
{
border-color: #DDB008;
}
</style>