Shades of Buttercup #CD901E
Tints of Buttercup #CD901E
RGB
CMYK
RGB Variations
Color information
#CD901E (or 0xCD901E) is known color: Buttercup. HEX triplet: CD, 90 and 1E. RGB value is (205,144,30). Sum of RGB (Red+Green+Blue) = 205+144+30=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD901E is #326FE1. Grayscale: #959595. Windows color (decimal): -3305442 or 2003149. OLE color: 2003149.
HSL color Cylindrical-coordinate representation of color #CD901E: hue angle of 39.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD901E is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 30 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.20 |
| HSL | 39.09º | 0.74% | 0.46% | - |
| HSV(B) | 39.09º | 0.85% | 0.8% | - |
| XYZ | 35.38 | 33.02 | 5.74 | - |
| YUV | 149.24 | 60.71 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 30 | 0 | 0.30 | 0.85 | 0.20 | 39.09 | 0.74 | 0.46 |
| Hex | CD | 90 | 1E | 0 | 1E | 55 | 14 | 27 | 4A | 2E |
| Octal | 315 | 220 | 36 | 0 | 36 | 125 | 24 | 47 | 112 | 56 |
| Binary | 11001101 | 10010000 | 11110 | 0 | 11110 | 1010101 | 10100 | 100111 | 1001010 | 101110 |
Color Harmonies of #CD901E
Complementary color
Monochromatic Colors of #CD901E
Black with #CD901E
Text Example
Text Example
White with #CD901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD901E; }
p { color: rgb(205,144,30); }
H1.HeaderClassName
{
color: #CD901E;
}
.AnyTagClassName
{
color: #CD901E;
}
</style>
background-color css
<style>
a { background-color: #CD901E; }
a { background-color: rgb(205,144,30); }
div.DivClassName
{
background-color: #CD901E;
}
.BgClassName
{
background-color: #CD901E;
}
</style>
border-color css
<style>
span { border-color: #CD901E; }
span { border-color: rgb(205,144,30); }
td.TdClassName
{
border-color: #CD901E;
}
.TagClassName
{
border-color: #CD901E;
}
</style>