Shades of Sunflower #DCB502
Tints of Sunflower #DCB502
RGB
CMYK
RGB Variations
Color information
#DCB502 (or 0xDCB502) is known color: Sunflower. HEX triplet: DC, B5 and 02. RGB value is (220,181,2). Sum of RGB (Red+Green+Blue) = 220+181+2=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB502 is #234AFD. Grayscale: #ADADAD. Windows color (decimal): -2312958 or 177628. OLE color: 177628.
HSL color Cylindrical-coordinate representation of color #DCB502: hue angle of 49.27º degrees, saturation: 0.98, 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 #DCB502 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.14 |
| HSL | 49.27º | 0.98% | 0.44% | - |
| HSV(B) | 49.27º | 0.99% | 0.86% | - |
| XYZ | 46.05 | 48.27 | 6.95 | - |
| YUV | 172.26 | 31.92 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 2 | 0 | 0.18 | 0.99 | 0.14 | 49.27 | 0.98 | 0.44 |
| Hex | DC | B5 | 2 | 0 | 12 | 63 | E | 31 | 62 | 2C |
| Octal | 334 | 265 | 2 | 0 | 22 | 143 | 16 | 61 | 142 | 54 |
| Binary | 11011100 | 10110101 | 10 | 0 | 10010 | 1100011 | 1110 | 110001 | 1100010 | 101100 |
Color Harmonies of #DCB502
Complementary color
Monochromatic Colors of #DCB502
Black with #DCB502
Text Example
Text Example
White with #DCB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB502; }
p { color: rgb(220,181,2); }
H1.HeaderClassName
{
color: #DCB502;
}
.AnyTagClassName
{
color: #DCB502;
}
</style>
background-color css
<style>
a { background-color: #DCB502; }
a { background-color: rgb(220,181,2); }
div.DivClassName
{
background-color: #DCB502;
}
.BgClassName
{
background-color: #DCB502;
}
</style>
border-color css
<style>
span { border-color: #DCB502; }
span { border-color: rgb(220,181,2); }
td.TdClassName
{
border-color: #DCB502;
}
.TagClassName
{
border-color: #DCB502;
}
</style>