Shades of Buttercup #CD9A2A
Tints of Buttercup #CD9A2A
RGB
CMYK
RGB Variations
Color information
#CD9A2A (or 0xCD9A2A) is known color: Buttercup. HEX triplet: CD, 9A and 2A. RGB value is (205,154,42). Sum of RGB (Red+Green+Blue) = 205+154+42=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9A2A is #3265D5. Grayscale: #9C9C9C. Windows color (decimal): -3302870 or 2792141. OLE color: 2792141.
HSL color Cylindrical-coordinate representation of color #CD9A2A: hue angle of 41.23º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD9A2A is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 42 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.20 |
| HSL | 41.23º | 0.66% | 0.48% | - |
| HSV(B) | 41.23º | 0.8% | 0.8% | - |
| XYZ | 37.15 | 36.26 | 7.23 | - |
| YUV | 156.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 42 | 0 | 0.25 | 0.80 | 0.20 | 41.23 | 0.66 | 0.48 |
| Hex | CD | 9A | 2A | 0 | 19 | 50 | 14 | 29 | 42 | 30 |
| Octal | 315 | 232 | 52 | 0 | 31 | 120 | 24 | 51 | 102 | 60 |
| Binary | 11001101 | 10011010 | 101010 | 0 | 11001 | 1010000 | 10100 | 101001 | 1000010 | 110000 |
Color Harmonies of #CD9A2A
Complementary color
Monochromatic Colors of #CD9A2A
Black with #CD9A2A
Text Example
Text Example
White with #CD9A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A2A; }
p { color: rgb(205,154,42); }
H1.HeaderClassName
{
color: #CD9A2A;
}
.AnyTagClassName
{
color: #CD9A2A;
}
</style>
background-color css
<style>
a { background-color: #CD9A2A; }
a { background-color: rgb(205,154,42); }
div.DivClassName
{
background-color: #CD9A2A;
}
.BgClassName
{
background-color: #CD9A2A;
}
</style>
border-color css
<style>
span { border-color: #CD9A2A; }
span { border-color: rgb(205,154,42); }
td.TdClassName
{
border-color: #CD9A2A;
}
.TagClassName
{
border-color: #CD9A2A;
}
</style>