Shades of Sunflower #DDBE12
Tints of Sunflower #DDBE12
RGB
CMYK
RGB Variations
Color information
#DDBE12 (or 0xDDBE12) is known color: Sunflower. HEX triplet: DD, BE and 12. RGB value is (221,190,18). Sum of RGB (Red+Green+Blue) = 221+190+18=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBE12 is #2241ED. Grayscale: #B4B4B4. Windows color (decimal): -2245102 or 1228509. OLE color: 1228509.
HSL color Cylindrical-coordinate representation of color #DDBE12: hue angle of 50.84º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDBE12 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 18 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.13 |
| HSL | 50.84º | 0.85% | 0.47% | - |
| HSV(B) | 50.84º | 0.92% | 0.87% | - |
| XYZ | 48.34 | 52.24 | 8.11 | - |
| YUV | 179.66 | 36.77 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 18 | 0 | 0.14 | 0.92 | 0.13 | 50.84 | 0.85 | 0.47 |
| Hex | DD | BE | 12 | 0 | E | 5C | D | 33 | 55 | 2F |
| Octal | 335 | 276 | 22 | 0 | 16 | 134 | 15 | 63 | 125 | 57 |
| Binary | 11011101 | 10111110 | 10010 | 0 | 1110 | 1011100 | 1101 | 110011 | 1010101 | 101111 |
Color Harmonies of #DDBE12
Complementary color
Monochromatic Colors of #DDBE12
Black with #DDBE12
Text Example
Text Example
White with #DDBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE12; }
p { color: rgb(221,190,18); }
H1.HeaderClassName
{
color: #DDBE12;
}
.AnyTagClassName
{
color: #DDBE12;
}
</style>
background-color css
<style>
a { background-color: #DDBE12; }
a { background-color: rgb(221,190,18); }
div.DivClassName
{
background-color: #DDBE12;
}
.BgClassName
{
background-color: #DDBE12;
}
</style>
border-color css
<style>
span { border-color: #DDBE12; }
span { border-color: rgb(221,190,18); }
td.TdClassName
{
border-color: #DDBE12;
}
.TagClassName
{
border-color: #DDBE12;
}
</style>