Shades of Sunflower #DEBD0B
Tints of Sunflower #DEBD0B
RGB
CMYK
RGB Variations
Color information
#DEBD0B (or 0xDEBD0B) is known color: Sunflower. HEX triplet: DE, BD and 0B. RGB value is (222,189,11). Sum of RGB (Red+Green+Blue) = 222+189+11=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 11 (4.69% from 255 or 2.61% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBD0B is #2142F4. Grayscale: #B3B3B3. Windows color (decimal): -2179829 or 769502. OLE color: 769502.
HSL color Cylindrical-coordinate representation of color #DEBD0B: hue angle of 50.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEBD0B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.13 |
| HSL | 50.62º | 0.91% | 0.46% | - |
| HSV(B) | 50.62º | 0.95% | 0.87% | - |
| XYZ | 48.38 | 51.95 | 7.79 | - |
| YUV | 178.58 | 33.43 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 11 | 0 | 0.15 | 0.95 | 0.13 | 50.62 | 0.91 | 0.46 |
| Hex | DE | BD | B | 0 | F | 5F | D | 33 | 5B | 2E |
| Octal | 336 | 275 | 13 | 0 | 17 | 137 | 15 | 63 | 133 | 56 |
| Binary | 11011110 | 10111101 | 1011 | 0 | 1111 | 1011111 | 1101 | 110011 | 1011011 | 101110 |
Color Harmonies of #DEBD0B
Complementary color
Monochromatic Colors of #DEBD0B
Black with #DEBD0B
Text Example
Text Example
White with #DEBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD0B; }
p { color: rgb(222,189,11); }
H1.HeaderClassName
{
color: #DEBD0B;
}
.AnyTagClassName
{
color: #DEBD0B;
}
</style>
background-color css
<style>
a { background-color: #DEBD0B; }
a { background-color: rgb(222,189,11); }
div.DivClassName
{
background-color: #DEBD0B;
}
.BgClassName
{
background-color: #DEBD0B;
}
</style>
border-color css
<style>
span { border-color: #DEBD0B; }
span { border-color: rgb(222,189,11); }
td.TdClassName
{
border-color: #DEBD0B;
}
.TagClassName
{
border-color: #DEBD0B;
}
</style>