Shades of Buttercup #DC9A23
Tints of Buttercup #DC9A23
RGB
CMYK
RGB Variations
Color information
#DC9A23 (or 0xDC9A23) is known color: Buttercup. HEX triplet: DC, 9A and 23. RGB value is (220,154,35). Sum of RGB (Red+Green+Blue) = 220+154+35=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A23 is #2365DC. Grayscale: #A0A0A0. Windows color (decimal): -2319837 or 2333404. OLE color: 2333404.
HSL color Cylindrical-coordinate representation of color #DC9A23: hue angle of 38.59º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC9A23 is Cyan = 0, Magento = 0.3, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 35 | - |
| CMYK | 0 | 0.3 | 0.84 | 0.14 |
| HSL | 38.59º | 0.73% | 0.5% | - |
| HSV(B) | 38.59º | 0.84% | 0.86% | - |
| XYZ | 41.37 | 38.45 | 6.83 | - |
| YUV | 160.17 | 57.37 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 35 | 0 | 0.3 | 0.84 | 0.14 | 38.59 | 0.73 | 0.5 |
| Hex | DC | 9A | 23 | 0 | 1E | 54 | E | 27 | 49 | 32 |
| Octal | 334 | 232 | 43 | 0 | 36 | 124 | 16 | 47 | 111 | 62 |
| Binary | 11011100 | 10011010 | 100011 | 0 | 11110 | 1010100 | 1110 | 100111 | 1001001 | 110010 |
Color Harmonies of #DC9A23
Complementary color
Monochromatic Colors of #DC9A23
Black with #DC9A23
Text Example
Text Example
White with #DC9A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A23; }
p { color: rgb(220,154,35); }
H1.HeaderClassName
{
color: #DC9A23;
}
.AnyTagClassName
{
color: #DC9A23;
}
</style>
background-color css
<style>
a { background-color: #DC9A23; }
a { background-color: rgb(220,154,35); }
div.DivClassName
{
background-color: #DC9A23;
}
.BgClassName
{
background-color: #DC9A23;
}
</style>
border-color css
<style>
span { border-color: #DC9A23; }
span { border-color: rgb(220,154,35); }
td.TdClassName
{
border-color: #DC9A23;
}
.TagClassName
{
border-color: #DC9A23;
}
</style>