Shades of Sunflower #DEBD1B
Tints of Sunflower #DEBD1B
RGB
CMYK
RGB Variations
Color information
#DEBD1B (or 0xDEBD1B) is known color: Sunflower. HEX triplet: DE, BD and 1B. RGB value is (222,189,27). Sum of RGB (Red+Green+Blue) = 222+189+27=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD1B is #2142E4. Grayscale: #B5B5B5. Windows color (decimal): -2179813 or 1818078. OLE color: 1818078.
HSL color Cylindrical-coordinate representation of color #DEBD1B: hue angle of 49.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DEBD1B is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 27 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.13 |
| HSL | 49.85º | 0.78% | 0.49% | - |
| HSV(B) | 49.85º | 0.88% | 0.87% | - |
| XYZ | 48.52 | 52 | 8.52 | - |
| YUV | 180.4 | 41.43 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 27 | 0 | 0.15 | 0.88 | 0.13 | 49.85 | 0.78 | 0.49 |
| Hex | DE | BD | 1B | 0 | F | 58 | D | 32 | 4E | 31 |
| Octal | 336 | 275 | 33 | 0 | 17 | 130 | 15 | 62 | 116 | 61 |
| Binary | 11011110 | 10111101 | 11011 | 0 | 1111 | 1011000 | 1101 | 110010 | 1001110 | 110001 |
Color Harmonies of #DEBD1B
Complementary color
Monochromatic Colors of #DEBD1B
Black with #DEBD1B
Text Example
Text Example
White with #DEBD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD1B; }
p { color: rgb(222,189,27); }
H1.HeaderClassName
{
color: #DEBD1B;
}
.AnyTagClassName
{
color: #DEBD1B;
}
</style>
background-color css
<style>
a { background-color: #DEBD1B; }
a { background-color: rgb(222,189,27); }
div.DivClassName
{
background-color: #DEBD1B;
}
.BgClassName
{
background-color: #DEBD1B;
}
</style>
border-color css
<style>
span { border-color: #DEBD1B; }
span { border-color: rgb(222,189,27); }
td.TdClassName
{
border-color: #DEBD1B;
}
.TagClassName
{
border-color: #DEBD1B;
}
</style>