Shades of Sunflower #DCB312
Tints of Sunflower #DCB312
RGB
CMYK
RGB Variations
Color information
#DCB312 (or 0xDCB312) is known color: Sunflower. HEX triplet: DC, B3 and 12. RGB value is (220,179,18). Sum of RGB (Red+Green+Blue) = 220+179+18=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB312 is #234CED. Grayscale: #ADADAD. Windows color (decimal): -2313454 or 1225692. OLE color: 1225692.
HSL color Cylindrical-coordinate representation of color #DCB312: hue angle of 47.82º 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 #DCB312 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 18 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.14 |
| HSL | 47.82º | 0.85% | 0.47% | - |
| HSV(B) | 47.82º | 0.92% | 0.86% | - |
| XYZ | 45.74 | 47.5 | 7.33 | - |
| YUV | 172.91 | 40.58 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 18 | 0 | 0.19 | 0.92 | 0.14 | 47.82 | 0.85 | 0.47 |
| Hex | DC | B3 | 12 | 0 | 13 | 5C | E | 30 | 55 | 2F |
| Octal | 334 | 263 | 22 | 0 | 23 | 134 | 16 | 60 | 125 | 57 |
| Binary | 11011100 | 10110011 | 10010 | 0 | 10011 | 1011100 | 1110 | 110000 | 1010101 | 101111 |
Color Harmonies of #DCB312
Complementary color
Monochromatic Colors of #DCB312
Black with #DCB312
Text Example
Text Example
White with #DCB312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB312; }
p { color: rgb(220,179,18); }
H1.HeaderClassName
{
color: #DCB312;
}
.AnyTagClassName
{
color: #DCB312;
}
</style>
background-color css
<style>
a { background-color: #DCB312; }
a { background-color: rgb(220,179,18); }
div.DivClassName
{
background-color: #DCB312;
}
.BgClassName
{
background-color: #DCB312;
}
</style>
border-color css
<style>
span { border-color: #DCB312; }
span { border-color: rgb(220,179,18); }
td.TdClassName
{
border-color: #DCB312;
}
.TagClassName
{
border-color: #DCB312;
}
</style>