Shades of Sunflower #DCB503
Tints of Sunflower #DCB503
RGB
CMYK
RGB Variations
Color information
#DCB503 (or 0xDCB503) is known color: Sunflower. HEX triplet: DC, B5 and 03. RGB value is (220,181,3). Sum of RGB (Red+Green+Blue) = 220+181+3=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB503 is #234AFC. Grayscale: #ADADAD. Windows color (decimal): -2312957 or 243164. OLE color: 243164.
HSL color Cylindrical-coordinate representation of color #DCB503: hue angle of 49.22º 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 #DCB503 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.14 |
| HSL | 49.22º | 0.97% | 0.44% | - |
| HSV(B) | 49.22º | 0.99% | 0.86% | - |
| XYZ | 46.06 | 48.27 | 6.98 | - |
| YUV | 172.37 | 32.42 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 3 | 0 | 0.18 | 0.99 | 0.14 | 49.22 | 0.97 | 0.44 |
| Hex | DC | B5 | 3 | 0 | 12 | 63 | E | 31 | 61 | 2C |
| Octal | 334 | 265 | 3 | 0 | 22 | 143 | 16 | 61 | 141 | 54 |
| Binary | 11011100 | 10110101 | 11 | 0 | 10010 | 1100011 | 1110 | 110001 | 1100001 | 101100 |
Color Harmonies of #DCB503
Complementary color
Monochromatic Colors of #DCB503
Black with #DCB503
Text Example
Text Example
White with #DCB503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB503; }
p { color: rgb(220,181,3); }
H1.HeaderClassName
{
color: #DCB503;
}
.AnyTagClassName
{
color: #DCB503;
}
</style>
background-color css
<style>
a { background-color: #DCB503; }
a { background-color: rgb(220,181,3); }
div.DivClassName
{
background-color: #DCB503;
}
.BgClassName
{
background-color: #DCB503;
}
</style>
border-color css
<style>
span { border-color: #DCB503; }
span { border-color: rgb(220,181,3); }
td.TdClassName
{
border-color: #DCB503;
}
.TagClassName
{
border-color: #DCB503;
}
</style>