Shades of Sunflower #DDC807
Tints of Sunflower #DDC807
RGB
CMYK
RGB Variations
Color information
#DDC807 (or 0xDDC807) is known color: Sunflower. HEX triplet: DD, C8 and 07. RGB value is (221,200,7). Sum of RGB (Red+Green+Blue) = 221+200+7=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC807 is #2237F8. Grayscale: #B9B9B9. Windows color (decimal): -2242553 or 510173. OLE color: 510173.
HSL color Cylindrical-coordinate representation of color #DDC807: hue angle of 54.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDC807 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 7 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.13 |
| HSL | 54.11º | 0.94% | 0.45% | - |
| HSV(B) | 54.11º | 0.97% | 0.87% | - |
| XYZ | 50.51 | 56.7 | 8.48 | - |
| YUV | 184.28 | 27.96 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 7 | 0 | 0.10 | 0.97 | 0.13 | 54.11 | 0.94 | 0.45 |
| Hex | DD | C8 | 7 | 0 | A | 61 | D | 36 | 5E | 2D |
| Octal | 335 | 310 | 7 | 0 | 12 | 141 | 15 | 66 | 136 | 55 |
| Binary | 11011101 | 11001000 | 111 | 0 | 1010 | 1100001 | 1101 | 110110 | 1011110 | 101101 |
Color Harmonies of #DDC807
Complementary color
Monochromatic Colors of #DDC807
Black with #DDC807
Text Example
Text Example
White with #DDC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC807; }
p { color: rgb(221,200,7); }
H1.HeaderClassName
{
color: #DDC807;
}
.AnyTagClassName
{
color: #DDC807;
}
</style>
background-color css
<style>
a { background-color: #DDC807; }
a { background-color: rgb(221,200,7); }
div.DivClassName
{
background-color: #DDC807;
}
.BgClassName
{
background-color: #DDC807;
}
</style>
border-color css
<style>
span { border-color: #DDC807; }
span { border-color: rgb(221,200,7); }
td.TdClassName
{
border-color: #DDC807;
}
.TagClassName
{
border-color: #DDC807;
}
</style>