Shades of Sunflower #DDCB0C
Tints of Sunflower #DDCB0C
RGB
CMYK
RGB Variations
Color information
#DDCB0C (or 0xDDCB0C) is known color: Sunflower. HEX triplet: DD, CB and 0C. RGB value is (221,203,12). Sum of RGB (Red+Green+Blue) = 221+203+12=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB0C is #2234F3. Grayscale: #BBBBBB. Windows color (decimal): -2241780 or 838621. OLE color: 838621.
HSL color Cylindrical-coordinate representation of color #DDCB0C: hue angle of 54.83º 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 #DDCB0C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.13 |
| HSL | 54.83º | 0.9% | 0.46% | - |
| HSV(B) | 54.83º | 0.95% | 0.87% | - |
| XYZ | 51.24 | 58.11 | 8.86 | - |
| YUV | 186.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 12 | 0 | 0.08 | 0.95 | 0.13 | 54.83 | 0.9 | 0.46 |
| Hex | DD | CB | C | 0 | 8 | 5F | D | 37 | 5A | 2E |
| Octal | 335 | 313 | 14 | 0 | 10 | 137 | 15 | 67 | 132 | 56 |
| Binary | 11011101 | 11001011 | 1100 | 0 | 1000 | 1011111 | 1101 | 110111 | 1011010 | 101110 |
Color Harmonies of #DDCB0C
Complementary color
Monochromatic Colors of #DDCB0C
Black with #DDCB0C
Text Example
Text Example
White with #DDCB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB0C; }
p { color: rgb(221,203,12); }
H1.HeaderClassName
{
color: #DDCB0C;
}
.AnyTagClassName
{
color: #DDCB0C;
}
</style>
background-color css
<style>
a { background-color: #DDCB0C; }
a { background-color: rgb(221,203,12); }
div.DivClassName
{
background-color: #DDCB0C;
}
.BgClassName
{
background-color: #DDCB0C;
}
</style>
border-color css
<style>
span { border-color: #DDCB0C; }
span { border-color: rgb(221,203,12); }
td.TdClassName
{
border-color: #DDCB0C;
}
.TagClassName
{
border-color: #DDCB0C;
}
</style>