Shades of Sunflower #DCB402
Tints of Sunflower #DCB402
RGB
CMYK
RGB Variations
Color information
#DCB402 (or 0xDCB402) is known color: Sunflower. HEX triplet: DC, B4 and 02. RGB value is (220,180,2). Sum of RGB (Red+Green+Blue) = 220+180+2=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 2 (1.17% from 255 or 0.50% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB402 is #234BFD. Grayscale: #ACACAC. Windows color (decimal): -2313214 or 177372. OLE color: 177372.
HSL color Cylindrical-coordinate representation of color #DCB402: hue angle of 48.99º 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 #DCB402 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.14 |
| HSL | 48.99º | 0.98% | 0.44% | - |
| HSV(B) | 48.99º | 0.99% | 0.86% | - |
| XYZ | 45.85 | 47.86 | 6.88 | - |
| YUV | 171.67 | 32.25 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 2 | 0 | 0.18 | 0.99 | 0.14 | 48.99 | 0.98 | 0.44 |
| Hex | DC | B4 | 2 | 0 | 12 | 63 | E | 31 | 62 | 2C |
| Octal | 334 | 264 | 2 | 0 | 22 | 143 | 16 | 61 | 142 | 54 |
| Binary | 11011100 | 10110100 | 10 | 0 | 10010 | 1100011 | 1110 | 110001 | 1100010 | 101100 |
Color Harmonies of #DCB402
Complementary color
Monochromatic Colors of #DCB402
Black with #DCB402
Text Example
Text Example
White with #DCB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB402; }
p { color: rgb(220,180,2); }
H1.HeaderClassName
{
color: #DCB402;
}
.AnyTagClassName
{
color: #DCB402;
}
</style>
background-color css
<style>
a { background-color: #DCB402; }
a { background-color: rgb(220,180,2); }
div.DivClassName
{
background-color: #DCB402;
}
.BgClassName
{
background-color: #DCB402;
}
</style>
border-color css
<style>
span { border-color: #DCB402; }
span { border-color: rgb(220,180,2); }
td.TdClassName
{
border-color: #DCB402;
}
.TagClassName
{
border-color: #DCB402;
}
</style>