Shades of Buttercup #CD9C2B
Tints of Buttercup #CD9C2B
RGB
CMYK
RGB Variations
Color information
#CD9C2B (or 0xCD9C2B) is known color: Buttercup. HEX triplet: CD, 9C and 2B. RGB value is (205,156,43). Sum of RGB (Red+Green+Blue) = 205+156+43=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C2B is #3263D4. Grayscale: #9E9E9E. Windows color (decimal): -3302357 or 2858189. OLE color: 2858189.
HSL color Cylindrical-coordinate representation of color #CD9C2B: hue angle of 41.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD9C2B is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 156 | 43 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.20 |
| HSL | 41.85º | 0.65% | 0.49% | - |
| HSV(B) | 41.85º | 0.79% | 0.8% | - |
| XYZ | 37.5 | 36.93 | 7.44 | - |
| YUV | 157.77 | 63.23 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 156 | 43 | 0 | 0.24 | 0.79 | 0.20 | 41.85 | 0.65 | 0.49 |
| Hex | CD | 9C | 2B | 0 | 18 | 4F | 14 | 2A | 41 | 31 |
| Octal | 315 | 234 | 53 | 0 | 30 | 117 | 24 | 52 | 101 | 61 |
| Binary | 11001101 | 10011100 | 101011 | 0 | 11000 | 1001111 | 10100 | 101010 | 1000001 | 110001 |
Color Harmonies of #CD9C2B
Complementary color
Monochromatic Colors of #CD9C2B
Black with #CD9C2B
Text Example
Text Example
White with #CD9C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9C2B; }
p { color: rgb(205,156,43); }
H1.HeaderClassName
{
color: #CD9C2B;
}
.AnyTagClassName
{
color: #CD9C2B;
}
</style>
background-color css
<style>
a { background-color: #CD9C2B; }
a { background-color: rgb(205,156,43); }
div.DivClassName
{
background-color: #CD9C2B;
}
.BgClassName
{
background-color: #CD9C2B;
}
</style>
border-color css
<style>
span { border-color: #CD9C2B; }
span { border-color: rgb(205,156,43); }
td.TdClassName
{
border-color: #CD9C2B;
}
.TagClassName
{
border-color: #CD9C2B;
}
</style>