Shades of Sunflower #DCB812
Tints of Sunflower #DCB812
RGB
CMYK
RGB Variations
Color information
#DCB812 (or 0xDCB812) is known color: Sunflower. HEX triplet: DC, B8 and 12. RGB value is (220,184,18). Sum of RGB (Red+Green+Blue) = 220+184+18=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB812 is #2347ED. Grayscale: #B0B0B0. Windows color (decimal): -2312174 or 1226972. OLE color: 1226972.
HSL color Cylindrical-coordinate representation of color #DCB812: hue angle of 49.31º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCB812 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.14 |
| HSL | 49.31º | 0.85% | 0.47% | - |
| HSV(B) | 49.31º | 0.92% | 0.86% | - |
| XYZ | 46.76 | 49.54 | 7.67 | - |
| YUV | 175.84 | 38.93 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 18 | 0 | 0.16 | 0.92 | 0.14 | 49.31 | 0.85 | 0.47 |
| Hex | DC | B8 | 12 | 0 | 10 | 5C | E | 31 | 55 | 2F |
| Octal | 334 | 270 | 22 | 0 | 20 | 134 | 16 | 61 | 125 | 57 |
| Binary | 11011100 | 10111000 | 10010 | 0 | 10000 | 1011100 | 1110 | 110001 | 1010101 | 101111 |
Color Harmonies of #DCB812
Complementary color
Monochromatic Colors of #DCB812
Black with #DCB812
Text Example
Text Example
White with #DCB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB812; }
p { color: rgb(220,184,18); }
H1.HeaderClassName
{
color: #DCB812;
}
.AnyTagClassName
{
color: #DCB812;
}
</style>
background-color css
<style>
a { background-color: #DCB812; }
a { background-color: rgb(220,184,18); }
div.DivClassName
{
background-color: #DCB812;
}
.BgClassName
{
background-color: #DCB812;
}
</style>
border-color css
<style>
span { border-color: #DCB812; }
span { border-color: rgb(220,184,18); }
td.TdClassName
{
border-color: #DCB812;
}
.TagClassName
{
border-color: #DCB812;
}
</style>