Shades of Sunflower #DDCB10
Tints of Sunflower #DDCB10
RGB
CMYK
RGB Variations
Color information
#DDCB10 (or 0xDDCB10) is known color: Sunflower. HEX triplet: DD, CB and 10. RGB value is (221,203,16). Sum of RGB (Red+Green+Blue) = 221+203+16=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 16 (6.64% from 255 or 3.64% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB10 is #2234EF. Grayscale: #BBBBBB. Windows color (decimal): -2241776 or 1100765. OLE color: 1100765.
HSL color Cylindrical-coordinate representation of color #DDCB10: hue angle of 54.73º 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 #DDCB10 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.13 |
| HSL | 54.73º | 0.86% | 0.46% | - |
| HSV(B) | 54.73º | 0.93% | 0.87% | - |
| XYZ | 51.27 | 58.12 | 9.01 | - |
| YUV | 187.06 | 31.46 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 16 | 0 | 0.08 | 0.93 | 0.13 | 54.73 | 0.86 | 0.46 |
| Hex | DD | CB | 10 | 0 | 8 | 5D | D | 37 | 56 | 2E |
| Octal | 335 | 313 | 20 | 0 | 10 | 135 | 15 | 67 | 126 | 56 |
| Binary | 11011101 | 11001011 | 10000 | 0 | 1000 | 1011101 | 1101 | 110111 | 1010110 | 101110 |
Color Harmonies of #DDCB10
Complementary color
Monochromatic Colors of #DDCB10
Black with #DDCB10
Text Example
Text Example
White with #DDCB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB10; }
p { color: rgb(221,203,16); }
H1.HeaderClassName
{
color: #DDCB10;
}
.AnyTagClassName
{
color: #DDCB10;
}
</style>
background-color css
<style>
a { background-color: #DDCB10; }
a { background-color: rgb(221,203,16); }
div.DivClassName
{
background-color: #DDCB10;
}
.BgClassName
{
background-color: #DDCB10;
}
</style>
border-color css
<style>
span { border-color: #DDCB10; }
span { border-color: rgb(221,203,16); }
td.TdClassName
{
border-color: #DDCB10;
}
.TagClassName
{
border-color: #DDCB10;
}
</style>