Shades of Sunflower #DDBE14
Tints of Sunflower #DDBE14
RGB
CMYK
RGB Variations
Color information
#DDBE14 (or 0xDDBE14) is known color: Sunflower. HEX triplet: DD, BE and 14. RGB value is (221,190,20). Sum of RGB (Red+Green+Blue) = 221+190+20=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBE14 is #2241EB. Grayscale: #B4B4B4. Windows color (decimal): -2245100 or 1359581. OLE color: 1359581.
HSL color Cylindrical-coordinate representation of color #DDBE14: hue angle of 50.75º 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 #DDBE14 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 20 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.13 |
| HSL | 50.75º | 0.83% | 0.47% | - |
| HSV(B) | 50.75º | 0.91% | 0.87% | - |
| XYZ | 48.36 | 52.25 | 8.2 | - |
| YUV | 179.89 | 37.77 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 20 | 0 | 0.14 | 0.91 | 0.13 | 50.75 | 0.83 | 0.47 |
| Hex | DD | BE | 14 | 0 | E | 5B | D | 33 | 53 | 2F |
| Octal | 335 | 276 | 24 | 0 | 16 | 133 | 15 | 63 | 123 | 57 |
| Binary | 11011101 | 10111110 | 10100 | 0 | 1110 | 1011011 | 1101 | 110011 | 1010011 | 101111 |
Color Harmonies of #DDBE14
Complementary color
Monochromatic Colors of #DDBE14
Black with #DDBE14
Text Example
Text Example
White with #DDBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE14; }
p { color: rgb(221,190,20); }
H1.HeaderClassName
{
color: #DDBE14;
}
.AnyTagClassName
{
color: #DDBE14;
}
</style>
background-color css
<style>
a { background-color: #DDBE14; }
a { background-color: rgb(221,190,20); }
div.DivClassName
{
background-color: #DDBE14;
}
.BgClassName
{
background-color: #DDBE14;
}
</style>
border-color css
<style>
span { border-color: #DDBE14; }
span { border-color: rgb(221,190,20); }
td.TdClassName
{
border-color: #DDBE14;
}
.TagClassName
{
border-color: #DDBE14;
}
</style>