Shades of Sunflower #DDCC0B
Tints of Sunflower #DDCC0B
RGB
CMYK
RGB Variations
Color information
#DDCC0B (or 0xDDCC0B) is known color: Sunflower. HEX triplet: DD, CC and 0B. RGB value is (221,204,11). Sum of RGB (Red+Green+Blue) = 221+204+11=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC0B is #2233F4. Grayscale: #BBBBBB. Windows color (decimal): -2241525 or 773341. OLE color: 773341.
HSL color Cylindrical-coordinate representation of color #DDCC0B: hue angle of 55.14º 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 #DDCC0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.13 |
| HSL | 55.14º | 0.91% | 0.45% | - |
| HSV(B) | 55.14º | 0.95% | 0.87% | - |
| XYZ | 51.47 | 58.58 | 8.91 | - |
| YUV | 187.08 | 28.63 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 11 | 0 | 0.08 | 0.95 | 0.13 | 55.14 | 0.91 | 0.45 |
| Hex | DD | CC | B | 0 | 8 | 5F | D | 37 | 5B | 2D |
| Octal | 335 | 314 | 13 | 0 | 10 | 137 | 15 | 67 | 133 | 55 |
| Binary | 11011101 | 11001100 | 1011 | 0 | 1000 | 1011111 | 1101 | 110111 | 1011011 | 101101 |
Color Harmonies of #DDCC0B
Complementary color
Monochromatic Colors of #DDCC0B
Black with #DDCC0B
Text Example
Text Example
White with #DDCC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC0B; }
p { color: rgb(221,204,11); }
H1.HeaderClassName
{
color: #DDCC0B;
}
.AnyTagClassName
{
color: #DDCC0B;
}
</style>
background-color css
<style>
a { background-color: #DDCC0B; }
a { background-color: rgb(221,204,11); }
div.DivClassName
{
background-color: #DDCC0B;
}
.BgClassName
{
background-color: #DDCC0B;
}
</style>
border-color css
<style>
span { border-color: #DDCC0B; }
span { border-color: rgb(221,204,11); }
td.TdClassName
{
border-color: #DDCC0B;
}
.TagClassName
{
border-color: #DDCC0B;
}
</style>