Shades of Sunflower #DDCD0C
Tints of Sunflower #DDCD0C
RGB
CMYK
RGB Variations
Color information
#DDCD0C (or 0xDDCD0C) is known color: Sunflower. HEX triplet: DD, CD and 0C. RGB value is (221,205,12). Sum of RGB (Red+Green+Blue) = 221+205+12=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCD0C is #2232F3. Grayscale: #BCBCBC. Windows color (decimal): -2241268 or 839133. OLE color: 839133.
HSL color Cylindrical-coordinate representation of color #DDCD0C: hue angle of 55.41º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDCD0C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 205 | 12 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.13 |
| HSL | 55.41º | 0.9% | 0.46% | - |
| HSV(B) | 55.41º | 0.95% | 0.87% | - |
| XYZ | 51.72 | 59.06 | 9.02 | - |
| YUV | 187.78 | 28.8 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 12 | 0 | 0.07 | 0.95 | 0.13 | 55.41 | 0.9 | 0.46 |
| Hex | DD | CD | C | 0 | 7 | 5F | D | 37 | 5A | 2E |
| Octal | 335 | 315 | 14 | 0 | 7 | 137 | 15 | 67 | 132 | 56 |
| Binary | 11011101 | 11001101 | 1100 | 0 | 111 | 1011111 | 1101 | 110111 | 1011010 | 101110 |
Color Harmonies of #DDCD0C
Complementary color
Monochromatic Colors of #DDCD0C
Black with #DDCD0C
Text Example
Text Example
White with #DDCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCD0C; }
p { color: rgb(221,205,12); }
H1.HeaderClassName
{
color: #DDCD0C;
}
.AnyTagClassName
{
color: #DDCD0C;
}
</style>
background-color css
<style>
a { background-color: #DDCD0C; }
a { background-color: rgb(221,205,12); }
div.DivClassName
{
background-color: #DDCD0C;
}
.BgClassName
{
background-color: #DDCD0C;
}
</style>
border-color css
<style>
span { border-color: #DDCD0C; }
span { border-color: rgb(221,205,12); }
td.TdClassName
{
border-color: #DDCD0C;
}
.TagClassName
{
border-color: #DDCD0C;
}
</style>