Shades of Sunflower #DDC908
Tints of Sunflower #DDC908
RGB
CMYK
RGB Variations
Color information
#DDC908 (or 0xDDC908) is known color: Sunflower. HEX triplet: DD, C9 and 08. RGB value is (221,201,8). Sum of RGB (Red+Green+Blue) = 221+201+8=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC908 is #2236F7. Grayscale: #B9B9B9. Windows color (decimal): -2242296 or 575965. OLE color: 575965.
HSL color Cylindrical-coordinate representation of color #DDC908: hue angle of 54.37º 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 #DDC908 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 8 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.13 |
| HSL | 54.37º | 0.93% | 0.45% | - |
| HSV(B) | 54.37º | 0.96% | 0.87% | - |
| XYZ | 50.75 | 57.16 | 8.59 | - |
| YUV | 184.98 | 28.13 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 8 | 0 | 0.09 | 0.96 | 0.13 | 54.37 | 0.93 | 0.45 |
| Hex | DD | C9 | 8 | 0 | 9 | 60 | D | 36 | 5D | 2D |
| Octal | 335 | 311 | 10 | 0 | 11 | 140 | 15 | 66 | 135 | 55 |
| Binary | 11011101 | 11001001 | 1000 | 0 | 1001 | 1100000 | 1101 | 110110 | 1011101 | 101101 |
Color Harmonies of #DDC908
Complementary color
Monochromatic Colors of #DDC908
Black with #DDC908
Text Example
Text Example
White with #DDC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC908; }
p { color: rgb(221,201,8); }
H1.HeaderClassName
{
color: #DDC908;
}
.AnyTagClassName
{
color: #DDC908;
}
</style>
background-color css
<style>
a { background-color: #DDC908; }
a { background-color: rgb(221,201,8); }
div.DivClassName
{
background-color: #DDC908;
}
.BgClassName
{
background-color: #DDC908;
}
</style>
border-color css
<style>
span { border-color: #DDC908; }
span { border-color: rgb(221,201,8); }
td.TdClassName
{
border-color: #DDC908;
}
.TagClassName
{
border-color: #DDC908;
}
</style>