Shades of Sunflower #DCB60B
Tints of Sunflower #DCB60B
RGB
CMYK
RGB Variations
Color information
#DCB60B (or 0xDCB60B) is known color: Sunflower. HEX triplet: DC, B6 and 0B. RGB value is (220,182,11). Sum of RGB (Red+Green+Blue) = 220+182+11=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB60B is #2349F4. Grayscale: #AEAEAE. Windows color (decimal): -2312693 or 767708. OLE color: 767708.
HSL color Cylindrical-coordinate representation of color #DCB60B: hue angle of 49.09º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCB60B is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 11 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.14 |
| HSL | 49.09º | 0.9% | 0.45% | - |
| HSV(B) | 49.09º | 0.95% | 0.86% | - |
| XYZ | 46.3 | 48.7 | 7.28 | - |
| YUV | 173.87 | 36.09 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 11 | 0 | 0.17 | 0.95 | 0.14 | 49.09 | 0.9 | 0.45 |
| Hex | DC | B6 | B | 0 | 11 | 5F | E | 31 | 5A | 2D |
| Octal | 334 | 266 | 13 | 0 | 21 | 137 | 16 | 61 | 132 | 55 |
| Binary | 11011100 | 10110110 | 1011 | 0 | 10001 | 1011111 | 1110 | 110001 | 1011010 | 101101 |
Color Harmonies of #DCB60B
Complementary color
Monochromatic Colors of #DCB60B
Black with #DCB60B
Text Example
Text Example
White with #DCB60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB60B; }
p { color: rgb(220,182,11); }
H1.HeaderClassName
{
color: #DCB60B;
}
.AnyTagClassName
{
color: #DCB60B;
}
</style>
background-color css
<style>
a { background-color: #DCB60B; }
a { background-color: rgb(220,182,11); }
div.DivClassName
{
background-color: #DCB60B;
}
.BgClassName
{
background-color: #DCB60B;
}
</style>
border-color css
<style>
span { border-color: #DCB60B; }
span { border-color: rgb(220,182,11); }
td.TdClassName
{
border-color: #DCB60B;
}
.TagClassName
{
border-color: #DCB60B;
}
</style>