Shades of Sunflower #DDBF0B
Tints of Sunflower #DDBF0B
RGB
CMYK
RGB Variations
Color information
#DDBF0B (or 0xDDBF0B) is known color: Sunflower. HEX triplet: DD, BF and 0B. RGB value is (221,191,11). Sum of RGB (Red+Green+Blue) = 221+191+11=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBF0B is #2240F4. Grayscale: #B4B4B4. Windows color (decimal): -2244853 or 770013. OLE color: 770013.
HSL color Cylindrical-coordinate representation of color #DDBF0B: hue angle of 51.43º 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 #DDBF0B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.13 |
| HSL | 51.43º | 0.91% | 0.45% | - |
| HSV(B) | 51.43º | 0.95% | 0.87% | - |
| XYZ | 48.51 | 52.66 | 7.92 | - |
| YUV | 179.45 | 32.94 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 11 | 0 | 0.14 | 0.95 | 0.13 | 51.43 | 0.91 | 0.45 |
| Hex | DD | BF | B | 0 | E | 5F | D | 33 | 5B | 2D |
| Octal | 335 | 277 | 13 | 0 | 16 | 137 | 15 | 63 | 133 | 55 |
| Binary | 11011101 | 10111111 | 1011 | 0 | 1110 | 1011111 | 1101 | 110011 | 1011011 | 101101 |
Color Harmonies of #DDBF0B
Complementary color
Monochromatic Colors of #DDBF0B
Black with #DDBF0B
Text Example
Text Example
White with #DDBF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF0B; }
p { color: rgb(221,191,11); }
H1.HeaderClassName
{
color: #DDBF0B;
}
.AnyTagClassName
{
color: #DDBF0B;
}
</style>
background-color css
<style>
a { background-color: #DDBF0B; }
a { background-color: rgb(221,191,11); }
div.DivClassName
{
background-color: #DDBF0B;
}
.BgClassName
{
background-color: #DDBF0B;
}
</style>
border-color css
<style>
span { border-color: #DDBF0B; }
span { border-color: rgb(221,191,11); }
td.TdClassName
{
border-color: #DDBF0B;
}
.TagClassName
{
border-color: #DDBF0B;
}
</style>