Shades of Sunflower #DDCF0B
Tints of Sunflower #DDCF0B
RGB
CMYK
RGB Variations
Color information
#DDCF0B (or 0xDDCF0B) is known color: Sunflower. HEX triplet: DD, CF and 0B. RGB value is (221,207,11). Sum of RGB (Red+Green+Blue) = 221+207+11=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCF0B is #2230F4. Grayscale: #BDBDBD. Windows color (decimal): -2240757 or 774109. OLE color: 774109.
HSL color Cylindrical-coordinate representation of color #DDCF0B: hue angle of 56º 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 #DDCF0B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 207 | 11 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.13 |
| HSL | 56º | 0.91% | 0.45% | - |
| HSV(B) | 56º | 0.95% | 0.87% | - |
| XYZ | 52.19 | 60.02 | 9.15 | - |
| YUV | 188.84 | 27.64 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 11 | 0 | 0.06 | 0.95 | 0.13 | 56 | 0.91 | 0.45 |
| Hex | DD | CF | B | 0 | 6 | 5F | D | 38 | 5B | 2D |
| Octal | 335 | 317 | 13 | 0 | 6 | 137 | 15 | 70 | 133 | 55 |
| Binary | 11011101 | 11001111 | 1011 | 0 | 110 | 1011111 | 1101 | 111000 | 1011011 | 101101 |
Color Harmonies of #DDCF0B
Complementary color
Monochromatic Colors of #DDCF0B
Black with #DDCF0B
Text Example
Text Example
White with #DDCF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCF0B; }
p { color: rgb(221,207,11); }
H1.HeaderClassName
{
color: #DDCF0B;
}
.AnyTagClassName
{
color: #DDCF0B;
}
</style>
background-color css
<style>
a { background-color: #DDCF0B; }
a { background-color: rgb(221,207,11); }
div.DivClassName
{
background-color: #DDCF0B;
}
.BgClassName
{
background-color: #DDCF0B;
}
</style>
border-color css
<style>
span { border-color: #DDCF0B; }
span { border-color: rgb(221,207,11); }
td.TdClassName
{
border-color: #DDCF0B;
}
.TagClassName
{
border-color: #DDCF0B;
}
</style>