Shades of Sunflower #DEBD1C
Tints of Sunflower #DEBD1C
RGB
CMYK
RGB Variations
Color information
#DEBD1C (or 0xDEBD1C) is known color: Sunflower. HEX triplet: DE, BD and 1C. RGB value is (222,189,28). Sum of RGB (Red+Green+Blue) = 222+189+28=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBD1C is #2142E3. Grayscale: #B5B5B5. Windows color (decimal): -2179812 or 1883614. OLE color: 1883614.
HSL color Cylindrical-coordinate representation of color #DEBD1C: hue angle of 49.79º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEBD1C is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 28 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.13 |
| HSL | 49.79º | 0.78% | 0.49% | - |
| HSV(B) | 49.79º | 0.87% | 0.87% | - |
| XYZ | 48.53 | 52.01 | 8.58 | - |
| YUV | 180.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 28 | 0 | 0.15 | 0.87 | 0.13 | 49.79 | 0.78 | 0.49 |
| Hex | DE | BD | 1C | 0 | F | 57 | D | 32 | 4E | 31 |
| Octal | 336 | 275 | 34 | 0 | 17 | 127 | 15 | 62 | 116 | 61 |
| Binary | 11011110 | 10111101 | 11100 | 0 | 1111 | 1010111 | 1101 | 110010 | 1001110 | 110001 |
Color Harmonies of #DEBD1C
Complementary color
Monochromatic Colors of #DEBD1C
Black with #DEBD1C
Text Example
Text Example
White with #DEBD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD1C; }
p { color: rgb(222,189,28); }
H1.HeaderClassName
{
color: #DEBD1C;
}
.AnyTagClassName
{
color: #DEBD1C;
}
</style>
background-color css
<style>
a { background-color: #DEBD1C; }
a { background-color: rgb(222,189,28); }
div.DivClassName
{
background-color: #DEBD1C;
}
.BgClassName
{
background-color: #DEBD1C;
}
</style>
border-color css
<style>
span { border-color: #DEBD1C; }
span { border-color: rgb(222,189,28); }
td.TdClassName
{
border-color: #DEBD1C;
}
.TagClassName
{
border-color: #DEBD1C;
}
</style>