Shades of Sunflower #DDCB0B
Tints of Sunflower #DDCB0B
RGB
CMYK
RGB Variations
Color information
#DDCB0B (or 0xDDCB0B) is known color: Sunflower. HEX triplet: DD, CB and 0B. RGB value is (221,203,11). Sum of RGB (Red+Green+Blue) = 221+203+11=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 11 (4.69% from 255 or 2.53% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB0B is #2234F4. Grayscale: #BBBBBB. Windows color (decimal): -2241781 or 773085. OLE color: 773085.
HSL color Cylindrical-coordinate representation of color #DDCB0B: hue angle of 54.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDCB0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.13 |
| HSL | 54.86º | 0.91% | 0.45% | - |
| HSV(B) | 54.86º | 0.95% | 0.87% | - |
| XYZ | 51.24 | 58.11 | 8.83 | - |
| YUV | 186.49 | 28.96 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 11 | 0 | 0.08 | 0.95 | 0.13 | 54.86 | 0.91 | 0.45 |
| Hex | DD | CB | B | 0 | 8 | 5F | D | 37 | 5B | 2D |
| Octal | 335 | 313 | 13 | 0 | 10 | 137 | 15 | 67 | 133 | 55 |
| Binary | 11011101 | 11001011 | 1011 | 0 | 1000 | 1011111 | 1101 | 110111 | 1011011 | 101101 |
Color Harmonies of #DDCB0B
Complementary color
Monochromatic Colors of #DDCB0B
Black with #DDCB0B
Text Example
Text Example
White with #DDCB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB0B; }
p { color: rgb(221,203,11); }
H1.HeaderClassName
{
color: #DDCB0B;
}
.AnyTagClassName
{
color: #DDCB0B;
}
</style>
background-color css
<style>
a { background-color: #DDCB0B; }
a { background-color: rgb(221,203,11); }
div.DivClassName
{
background-color: #DDCB0B;
}
.BgClassName
{
background-color: #DDCB0B;
}
</style>
border-color css
<style>
span { border-color: #DDCB0B; }
span { border-color: rgb(221,203,11); }
td.TdClassName
{
border-color: #DDCB0B;
}
.TagClassName
{
border-color: #DDCB0B;
}
</style>