Shades of Sunflower #DDCD10
Tints of Sunflower #DDCD10
RGB
CMYK
RGB Variations
Color information
#DDCD10 (or 0xDDCD10) is known color: Sunflower. HEX triplet: DD, CD and 10. RGB value is (221,205,16). Sum of RGB (Red+Green+Blue) = 221+205+16=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD10 is #2232EF. Grayscale: #BDBDBD. Windows color (decimal): -2241264 or 1101277. OLE color: 1101277.
HSL color Cylindrical-coordinate representation of color #DDCD10: hue angle of 55.32º degrees, saturation: 0.86, 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 #DDCD10 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.13 |
| HSL | 55.32º | 0.86% | 0.46% | - |
| HSV(B) | 55.32º | 0.93% | 0.87% | - |
| XYZ | 51.74 | 59.07 | 9.17 | - |
| YUV | 188.24 | 30.8 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 16 | 0 | 0.07 | 0.93 | 0.13 | 55.32 | 0.86 | 0.46 |
| Hex | DD | CD | 10 | 0 | 7 | 5D | D | 37 | 56 | 2E |
| Octal | 335 | 315 | 20 | 0 | 7 | 135 | 15 | 67 | 126 | 56 |
| Binary | 11011101 | 11001101 | 10000 | 0 | 111 | 1011101 | 1101 | 110111 | 1010110 | 101110 |
Color Harmonies of #DDCD10
Complementary color
Monochromatic Colors of #DDCD10
Black with #DDCD10
Text Example
Text Example
White with #DDCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD10; }
p { color: rgb(221,205,16); }
H1.HeaderClassName
{
color: #DDCD10;
}
.AnyTagClassName
{
color: #DDCD10;
}
</style>
background-color css
<style>
a { background-color: #DDCD10; }
a { background-color: rgb(221,205,16); }
div.DivClassName
{
background-color: #DDCD10;
}
.BgClassName
{
background-color: #DDCD10;
}
</style>
border-color css
<style>
span { border-color: #DDCD10; }
span { border-color: rgb(221,205,16); }
td.TdClassName
{
border-color: #DDCD10;
}
.TagClassName
{
border-color: #DDCD10;
}
</style>