Shades of Sunflower #DCB103
Tints of Sunflower #DCB103
RGB
CMYK
RGB Variations
Color information
#DCB103 (or 0xDCB103) is known color: Sunflower. HEX triplet: DC, B1 and 03. RGB value is (220,177,3). Sum of RGB (Red+Green+Blue) = 220+177+3=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB103 is #234EFC. Grayscale: #AAAAAA. Windows color (decimal): -2313981 or 242140. OLE color: 242140.
HSL color Cylindrical-coordinate representation of color #DCB103: hue angle of 48.11º 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 #DCB103 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.14 |
| HSL | 48.11º | 0.97% | 0.44% | - |
| HSV(B) | 48.11º | 0.99% | 0.86% | - |
| XYZ | 45.25 | 46.67 | 6.71 | - |
| YUV | 170.02 | 33.75 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 3 | 0 | 0.20 | 0.99 | 0.14 | 48.11 | 0.97 | 0.44 |
| Hex | DC | B1 | 3 | 0 | 14 | 63 | E | 30 | 61 | 2C |
| Octal | 334 | 261 | 3 | 0 | 24 | 143 | 16 | 60 | 141 | 54 |
| Binary | 11011100 | 10110001 | 11 | 0 | 10100 | 1100011 | 1110 | 110000 | 1100001 | 101100 |
Color Harmonies of #DCB103
Complementary color
Monochromatic Colors of #DCB103
Black with #DCB103
Text Example
Text Example
White with #DCB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB103; }
p { color: rgb(220,177,3); }
H1.HeaderClassName
{
color: #DCB103;
}
.AnyTagClassName
{
color: #DCB103;
}
</style>
background-color css
<style>
a { background-color: #DCB103; }
a { background-color: rgb(220,177,3); }
div.DivClassName
{
background-color: #DCB103;
}
.BgClassName
{
background-color: #DCB103;
}
</style>
border-color css
<style>
span { border-color: #DCB103; }
span { border-color: rgb(220,177,3); }
td.TdClassName
{
border-color: #DCB103;
}
.TagClassName
{
border-color: #DCB103;
}
</style>