Shades of Buttercup #CD901B
Tints of Buttercup #CD901B
RGB
CMYK
RGB Variations
Color information
#CD901B (or 0xCD901B) is known color: Buttercup. HEX triplet: CD, 90 and 1B. RGB value is (205,144,27). Sum of RGB (Red+Green+Blue) = 205+144+27=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD901B is #326FE4. Grayscale: #959595. Windows color (decimal): -3305445 or 1806541. OLE color: 1806541.
HSL color Cylindrical-coordinate representation of color #CD901B: hue angle of 39.44º 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 #CD901B is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 27 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.20 |
| HSL | 39.44º | 0.77% | 0.45% | - |
| HSV(B) | 39.44º | 0.87% | 0.8% | - |
| XYZ | 35.35 | 33 | 5.54 | - |
| YUV | 148.9 | 59.21 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 27 | 0 | 0.30 | 0.87 | 0.20 | 39.44 | 0.77 | 0.45 |
| Hex | CD | 90 | 1B | 0 | 1E | 57 | 14 | 27 | 4D | 2D |
| Octal | 315 | 220 | 33 | 0 | 36 | 127 | 24 | 47 | 115 | 55 |
| Binary | 11001101 | 10010000 | 11011 | 0 | 11110 | 1010111 | 10100 | 100111 | 1001101 | 101101 |
Color Harmonies of #CD901B
Complementary color
Monochromatic Colors of #CD901B
Black with #CD901B
Text Example
Text Example
White with #CD901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD901B; }
p { color: rgb(205,144,27); }
H1.HeaderClassName
{
color: #CD901B;
}
.AnyTagClassName
{
color: #CD901B;
}
</style>
background-color css
<style>
a { background-color: #CD901B; }
a { background-color: rgb(205,144,27); }
div.DivClassName
{
background-color: #CD901B;
}
.BgClassName
{
background-color: #CD901B;
}
</style>
border-color css
<style>
span { border-color: #CD901B; }
span { border-color: rgb(205,144,27); }
td.TdClassName
{
border-color: #CD901B;
}
.TagClassName
{
border-color: #CD901B;
}
</style>