Shades of Buttercup #CD8B1A
Tints of Buttercup #CD8B1A
RGB
CMYK
RGB Variations
Color information
#CD8B1A (or 0xCD8B1A) is known color: Buttercup. HEX triplet: CD, 8B and 1A. RGB value is (205,139,26). Sum of RGB (Red+Green+Blue) = 205+139+26=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8B1A is #3274E5. Grayscale: #929292. Windows color (decimal): -3306726 or 1739725. OLE color: 1739725.
HSL color Cylindrical-coordinate representation of color #CD8B1A: hue angle of 37.88º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD8B1A is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 139 | 26 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.20 |
| HSL | 37.88º | 0.77% | 0.45% | - |
| HSV(B) | 37.88º | 0.87% | 0.8% | - |
| XYZ | 34.6 | 31.52 | 5.24 | - |
| YUV | 145.85 | 60.37 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 139 | 26 | 0 | 0.32 | 0.87 | 0.20 | 37.88 | 0.77 | 0.45 |
| Hex | CD | 8B | 1A | 0 | 20 | 57 | 14 | 26 | 4D | 2D |
| Octal | 315 | 213 | 32 | 0 | 40 | 127 | 24 | 46 | 115 | 55 |
| Binary | 11001101 | 10001011 | 11010 | 0 | 100000 | 1010111 | 10100 | 100110 | 1001101 | 101101 |
Color Harmonies of #CD8B1A
Complementary color
Monochromatic Colors of #CD8B1A
Black with #CD8B1A
Text Example
Text Example
White with #CD8B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8B1A; }
p { color: rgb(205,139,26); }
H1.HeaderClassName
{
color: #CD8B1A;
}
.AnyTagClassName
{
color: #CD8B1A;
}
</style>
background-color css
<style>
a { background-color: #CD8B1A; }
a { background-color: rgb(205,139,26); }
div.DivClassName
{
background-color: #CD8B1A;
}
.BgClassName
{
background-color: #CD8B1A;
}
</style>
border-color css
<style>
span { border-color: #CD8B1A; }
span { border-color: rgb(205,139,26); }
td.TdClassName
{
border-color: #CD8B1A;
}
.TagClassName
{
border-color: #CD8B1A;
}
</style>