Shades of Sunflower #DDCB13
Tints of Sunflower #DDCB13
RGB
CMYK
RGB Variations
Color information
#DDCB13 (or 0xDDCB13) is known color: Sunflower. HEX triplet: DD, CB and 13. RGB value is (221,203,19). Sum of RGB (Red+Green+Blue) = 221+203+19=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 19 (7.81% from 255 or 4.29% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB13 is #2234EC. Grayscale: #BCBCBC. Windows color (decimal): -2241773 or 1297373. OLE color: 1297373.
HSL color Cylindrical-coordinate representation of color #DDCB13: hue angle of 54.65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDCB13 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 19 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.13 |
| HSL | 54.65º | 0.84% | 0.47% | - |
| HSV(B) | 54.65º | 0.91% | 0.87% | - |
| XYZ | 51.29 | 58.13 | 9.13 | - |
| YUV | 187.41 | 32.96 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 19 | 0 | 0.08 | 0.91 | 0.13 | 54.65 | 0.84 | 0.47 |
| Hex | DD | CB | 13 | 0 | 8 | 5B | D | 37 | 54 | 2F |
| Octal | 335 | 313 | 23 | 0 | 10 | 133 | 15 | 67 | 124 | 57 |
| Binary | 11011101 | 11001011 | 10011 | 0 | 1000 | 1011011 | 1101 | 110111 | 1010100 | 101111 |
Color Harmonies of #DDCB13
Complementary color
Monochromatic Colors of #DDCB13
Black with #DDCB13
Text Example
Text Example
White with #DDCB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB13; }
p { color: rgb(221,203,19); }
H1.HeaderClassName
{
color: #DDCB13;
}
.AnyTagClassName
{
color: #DDCB13;
}
</style>
background-color css
<style>
a { background-color: #DDCB13; }
a { background-color: rgb(221,203,19); }
div.DivClassName
{
background-color: #DDCB13;
}
.BgClassName
{
background-color: #DDCB13;
}
</style>
border-color css
<style>
span { border-color: #DDCB13; }
span { border-color: rgb(221,203,19); }
td.TdClassName
{
border-color: #DDCB13;
}
.TagClassName
{
border-color: #DDCB13;
}
</style>