Shades of Sunflower #DEBD0C
Tints of Sunflower #DEBD0C
RGB
CMYK
RGB Variations
Color information
#DEBD0C (or 0xDEBD0C) is known color: Sunflower. HEX triplet: DE, BD and 0C. RGB value is (222,189,12). Sum of RGB (Red+Green+Blue) = 222+189+12=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBD0C is #2142F3. Grayscale: #B3B3B3. Windows color (decimal): -2179828 or 835038. OLE color: 835038.
HSL color Cylindrical-coordinate representation of color #DEBD0C: hue angle of 50.57º degrees, saturation: 0.9, 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 #DEBD0C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.13 |
| HSL | 50.57º | 0.9% | 0.46% | - |
| HSV(B) | 50.57º | 0.95% | 0.87% | - |
| XYZ | 48.39 | 51.95 | 7.83 | - |
| YUV | 178.69 | 33.93 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 12 | 0 | 0.15 | 0.95 | 0.13 | 50.57 | 0.9 | 0.46 |
| Hex | DE | BD | C | 0 | F | 5F | D | 33 | 5A | 2E |
| Octal | 336 | 275 | 14 | 0 | 17 | 137 | 15 | 63 | 132 | 56 |
| Binary | 11011110 | 10111101 | 1100 | 0 | 1111 | 1011111 | 1101 | 110011 | 1011010 | 101110 |
Color Harmonies of #DEBD0C
Complementary color
Monochromatic Colors of #DEBD0C
Black with #DEBD0C
Text Example
Text Example
White with #DEBD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBD0C; }
p { color: rgb(222,189,12); }
H1.HeaderClassName
{
color: #DEBD0C;
}
.AnyTagClassName
{
color: #DEBD0C;
}
</style>
background-color css
<style>
a { background-color: #DEBD0C; }
a { background-color: rgb(222,189,12); }
div.DivClassName
{
background-color: #DEBD0C;
}
.BgClassName
{
background-color: #DEBD0C;
}
</style>
border-color css
<style>
span { border-color: #DEBD0C; }
span { border-color: rgb(222,189,12); }
td.TdClassName
{
border-color: #DEBD0C;
}
.TagClassName
{
border-color: #DEBD0C;
}
</style>