Shades of Sunflower #DCBE0D
Tints of Sunflower #DCBE0D
RGB
CMYK
RGB Variations
Color information
#DCBE0D (or 0xDCBE0D) is known color: Sunflower. HEX triplet: DC, BE and 0D. RGB value is (220,190,13). Sum of RGB (Red+Green+Blue) = 220+190+13=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCBE0D is #2341F2. Grayscale: #B3B3B3. Windows color (decimal): -2310643 or 900828. OLE color: 900828.
HSL color Cylindrical-coordinate representation of color #DCBE0D: hue angle of 51.3º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCBE0D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.14 |
| HSL | 51.3º | 0.89% | 0.46% | - |
| HSV(B) | 51.3º | 0.94% | 0.86% | - |
| XYZ | 48 | 52.07 | 7.9 | - |
| YUV | 178.79 | 34.44 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 13 | 0 | 0.14 | 0.94 | 0.14 | 51.3 | 0.89 | 0.46 |
| Hex | DC | BE | D | 0 | E | 5E | E | 33 | 59 | 2E |
| Octal | 334 | 276 | 15 | 0 | 16 | 136 | 16 | 63 | 131 | 56 |
| Binary | 11011100 | 10111110 | 1101 | 0 | 1110 | 1011110 | 1110 | 110011 | 1011001 | 101110 |
Color Harmonies of #DCBE0D
Complementary color
Monochromatic Colors of #DCBE0D
Black with #DCBE0D
Text Example
Text Example
White with #DCBE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE0D; }
p { color: rgb(220,190,13); }
H1.HeaderClassName
{
color: #DCBE0D;
}
.AnyTagClassName
{
color: #DCBE0D;
}
</style>
background-color css
<style>
a { background-color: #DCBE0D; }
a { background-color: rgb(220,190,13); }
div.DivClassName
{
background-color: #DCBE0D;
}
.BgClassName
{
background-color: #DCBE0D;
}
</style>
border-color css
<style>
span { border-color: #DCBE0D; }
span { border-color: rgb(220,190,13); }
td.TdClassName
{
border-color: #DCBE0D;
}
.TagClassName
{
border-color: #DCBE0D;
}
</style>