Shades of Sunflower #DDC80F
Tints of Sunflower #DDC80F
RGB
CMYK
RGB Variations
Color information
#DDC80F (or 0xDDC80F) is known color: Sunflower. HEX triplet: DD, C8 and 0F. RGB value is (221,200,15). Sum of RGB (Red+Green+Blue) = 221+200+15=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC80F is #2237F0. Grayscale: #B9B9B9. Windows color (decimal): -2242545 or 1034461. OLE color: 1034461.
HSL color Cylindrical-coordinate representation of color #DDC80F: hue angle of 53.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDC80F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 15 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.13 |
| HSL | 53.88º | 0.87% | 0.46% | - |
| HSV(B) | 53.88º | 0.93% | 0.87% | - |
| XYZ | 50.56 | 56.72 | 8.73 | - |
| YUV | 185.19 | 31.96 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 15 | 0 | 0.10 | 0.93 | 0.13 | 53.88 | 0.87 | 0.46 |
| Hex | DD | C8 | F | 0 | A | 5D | D | 36 | 57 | 2E |
| Octal | 335 | 310 | 17 | 0 | 12 | 135 | 15 | 66 | 127 | 56 |
| Binary | 11011101 | 11001000 | 1111 | 0 | 1010 | 1011101 | 1101 | 110110 | 1010111 | 101110 |
Color Harmonies of #DDC80F
Complementary color
Monochromatic Colors of #DDC80F
Black with #DDC80F
Text Example
Text Example
White with #DDC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC80F; }
p { color: rgb(221,200,15); }
H1.HeaderClassName
{
color: #DDC80F;
}
.AnyTagClassName
{
color: #DDC80F;
}
</style>
background-color css
<style>
a { background-color: #DDC80F; }
a { background-color: rgb(221,200,15); }
div.DivClassName
{
background-color: #DDC80F;
}
.BgClassName
{
background-color: #DDC80F;
}
</style>
border-color css
<style>
span { border-color: #DDC80F; }
span { border-color: rgb(221,200,15); }
td.TdClassName
{
border-color: #DDC80F;
}
.TagClassName
{
border-color: #DDC80F;
}
</style>