Shades of Sunflower #DEBD21
Tints of Sunflower #DEBD21
RGB
CMYK
RGB Variations
Color information
#DEBD21 (or 0xDEBD21) is known color: Sunflower. HEX triplet: DE, BD and 21. RGB value is (222,189,33). Sum of RGB (Red+Green+Blue) = 222+189+33=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD21 is #2142DE. Grayscale: #B5B5B5. Windows color (decimal): -2179807 or 2211294. OLE color: 2211294.
HSL color Cylindrical-coordinate representation of color #DEBD21: hue angle of 49.52º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEBD21 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 33 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.13 |
| HSL | 49.52º | 0.74% | 0.5% | - |
| HSV(B) | 49.52º | 0.85% | 0.87% | - |
| XYZ | 48.6 | 52.03 | 8.92 | - |
| YUV | 181.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 33 | 0 | 0.15 | 0.85 | 0.13 | 49.52 | 0.74 | 0.5 |
| Hex | DE | BD | 21 | 0 | F | 55 | D | 32 | 4A | 32 |
| Octal | 336 | 275 | 41 | 0 | 17 | 125 | 15 | 62 | 112 | 62 |
| Binary | 11011110 | 10111101 | 100001 | 0 | 1111 | 1010101 | 1101 | 110010 | 1001010 | 110010 |
Color Harmonies of #DEBD21
Complementary color
Monochromatic Colors of #DEBD21
Black with #DEBD21
Text Example
Text Example
White with #DEBD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD21; }
p { color: rgb(222,189,33); }
H1.HeaderClassName
{
color: #DEBD21;
}
.AnyTagClassName
{
color: #DEBD21;
}
</style>
background-color css
<style>
a { background-color: #DEBD21; }
a { background-color: rgb(222,189,33); }
div.DivClassName
{
background-color: #DEBD21;
}
.BgClassName
{
background-color: #DEBD21;
}
</style>
border-color css
<style>
span { border-color: #DEBD21; }
span { border-color: rgb(222,189,33); }
td.TdClassName
{
border-color: #DEBD21;
}
.TagClassName
{
border-color: #DEBD21;
}
</style>