Shades of Sunflower #DDBF14
Tints of Sunflower #DDBF14
RGB
CMYK
RGB Variations
Color information
#DDBF14 (or 0xDDBF14) is known color: Sunflower. HEX triplet: DD, BF and 14. RGB value is (221,191,20). Sum of RGB (Red+Green+Blue) = 221+191+20=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBF14 is #2240EB. Grayscale: #B5B5B5. Windows color (decimal): -2244844 or 1359837. OLE color: 1359837.
HSL color Cylindrical-coordinate representation of color #DDBF14: hue angle of 51.04º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDBF14 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 20 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.13 |
| HSL | 51.04º | 0.83% | 0.47% | - |
| HSV(B) | 51.04º | 0.91% | 0.87% | - |
| XYZ | 48.58 | 52.68 | 8.27 | - |
| YUV | 180.48 | 37.44 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 20 | 0 | 0.14 | 0.91 | 0.13 | 51.04 | 0.83 | 0.47 |
| Hex | DD | BF | 14 | 0 | E | 5B | D | 33 | 53 | 2F |
| Octal | 335 | 277 | 24 | 0 | 16 | 133 | 15 | 63 | 123 | 57 |
| Binary | 11011101 | 10111111 | 10100 | 0 | 1110 | 1011011 | 1101 | 110011 | 1010011 | 101111 |
Color Harmonies of #DDBF14
Complementary color
Monochromatic Colors of #DDBF14
Black with #DDBF14
Text Example
Text Example
White with #DDBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF14; }
p { color: rgb(221,191,20); }
H1.HeaderClassName
{
color: #DDBF14;
}
.AnyTagClassName
{
color: #DDBF14;
}
</style>
background-color css
<style>
a { background-color: #DDBF14; }
a { background-color: rgb(221,191,20); }
div.DivClassName
{
background-color: #DDBF14;
}
.BgClassName
{
background-color: #DDBF14;
}
</style>
border-color css
<style>
span { border-color: #DDBF14; }
span { border-color: rgb(221,191,20); }
td.TdClassName
{
border-color: #DDBF14;
}
.TagClassName
{
border-color: #DDBF14;
}
</style>