Shades of Sunflower #DCB303
Tints of Sunflower #DCB303
RGB
CMYK
RGB Variations
Color information
#DCB303 (or 0xDCB303) is known color: Sunflower. HEX triplet: DC, B3 and 03. RGB value is (220,179,3). Sum of RGB (Red+Green+Blue) = 220+179+3=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB303 is #234CFC. Grayscale: #ABABAB. Windows color (decimal): -2313469 or 242652. OLE color: 242652.
HSL color Cylindrical-coordinate representation of color #DCB303: hue angle of 48.66º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCB303 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.14 |
| HSL | 48.66º | 0.97% | 0.44% | - |
| HSV(B) | 48.66º | 0.99% | 0.86% | - |
| XYZ | 45.65 | 47.46 | 6.84 | - |
| YUV | 171.2 | 33.08 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 3 | 0 | 0.19 | 0.99 | 0.14 | 48.66 | 0.97 | 0.44 |
| Hex | DC | B3 | 3 | 0 | 13 | 63 | E | 31 | 61 | 2C |
| Octal | 334 | 263 | 3 | 0 | 23 | 143 | 16 | 61 | 141 | 54 |
| Binary | 11011100 | 10110011 | 11 | 0 | 10011 | 1100011 | 1110 | 110001 | 1100001 | 101100 |
Color Harmonies of #DCB303
Complementary color
Monochromatic Colors of #DCB303
Black with #DCB303
Text Example
Text Example
White with #DCB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB303; }
p { color: rgb(220,179,3); }
H1.HeaderClassName
{
color: #DCB303;
}
.AnyTagClassName
{
color: #DCB303;
}
</style>
background-color css
<style>
a { background-color: #DCB303; }
a { background-color: rgb(220,179,3); }
div.DivClassName
{
background-color: #DCB303;
}
.BgClassName
{
background-color: #DCB303;
}
</style>
border-color css
<style>
span { border-color: #DCB303; }
span { border-color: rgb(220,179,3); }
td.TdClassName
{
border-color: #DCB303;
}
.TagClassName
{
border-color: #DCB303;
}
</style>