Shades of Sunflower #DCB102
Tints of Sunflower #DCB102
RGB
CMYK
RGB Variations
Color information
#DCB102 (or 0xDCB102) is known color: Sunflower. HEX triplet: DC, B1 and 02. RGB value is (220,177,2). Sum of RGB (Red+Green+Blue) = 220+177+2=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB102 is #234EFD. Grayscale: #AAAAAA. Windows color (decimal): -2313982 or 176604. OLE color: 176604.
HSL color Cylindrical-coordinate representation of color #DCB102: hue angle of 48.17º 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 #DCB102 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.14 |
| HSL | 48.17º | 0.98% | 0.44% | - |
| HSV(B) | 48.17º | 0.99% | 0.86% | - |
| XYZ | 45.25 | 46.66 | 6.68 | - |
| YUV | 169.91 | 33.25 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 2 | 0 | 0.20 | 0.99 | 0.14 | 48.17 | 0.98 | 0.44 |
| Hex | DC | B1 | 2 | 0 | 14 | 63 | E | 30 | 62 | 2C |
| Octal | 334 | 261 | 2 | 0 | 24 | 143 | 16 | 60 | 142 | 54 |
| Binary | 11011100 | 10110001 | 10 | 0 | 10100 | 1100011 | 1110 | 110000 | 1100010 | 101100 |
Color Harmonies of #DCB102
Complementary color
Monochromatic Colors of #DCB102
Black with #DCB102
Text Example
Text Example
White with #DCB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB102; }
p { color: rgb(220,177,2); }
H1.HeaderClassName
{
color: #DCB102;
}
.AnyTagClassName
{
color: #DCB102;
}
</style>
background-color css
<style>
a { background-color: #DCB102; }
a { background-color: rgb(220,177,2); }
div.DivClassName
{
background-color: #DCB102;
}
.BgClassName
{
background-color: #DCB102;
}
</style>
border-color css
<style>
span { border-color: #DCB102; }
span { border-color: rgb(220,177,2); }
td.TdClassName
{
border-color: #DCB102;
}
.TagClassName
{
border-color: #DCB102;
}
</style>