Shades of Buttercup #CD901C
Tints of Buttercup #CD901C
RGB
CMYK
RGB Variations
Color information
#CD901C (or 0xCD901C) is known color: Buttercup. HEX triplet: CD, 90 and 1C. RGB value is (205,144,28). Sum of RGB (Red+Green+Blue) = 205+144+28=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD901C is #326FE3. Grayscale: #959595. Windows color (decimal): -3305444 or 1872077. OLE color: 1872077.
HSL color Cylindrical-coordinate representation of color #CD901C: hue angle of 39.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD901C is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 28 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.20 |
| HSL | 39.32º | 0.76% | 0.46% | - |
| HSV(B) | 39.32º | 0.86% | 0.8% | - |
| XYZ | 35.36 | 33.01 | 5.61 | - |
| YUV | 149.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 28 | 0 | 0.30 | 0.86 | 0.20 | 39.32 | 0.76 | 0.46 |
| Hex | CD | 90 | 1C | 0 | 1E | 56 | 14 | 27 | 4C | 2E |
| Octal | 315 | 220 | 34 | 0 | 36 | 126 | 24 | 47 | 114 | 56 |
| Binary | 11001101 | 10010000 | 11100 | 0 | 11110 | 1010110 | 10100 | 100111 | 1001100 | 101110 |
Color Harmonies of #CD901C
Complementary color
Monochromatic Colors of #CD901C
Black with #CD901C
Text Example
Text Example
White with #CD901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD901C; }
p { color: rgb(205,144,28); }
H1.HeaderClassName
{
color: #CD901C;
}
.AnyTagClassName
{
color: #CD901C;
}
</style>
background-color css
<style>
a { background-color: #CD901C; }
a { background-color: rgb(205,144,28); }
div.DivClassName
{
background-color: #CD901C;
}
.BgClassName
{
background-color: #CD901C;
}
</style>
border-color css
<style>
span { border-color: #CD901C; }
span { border-color: rgb(205,144,28); }
td.TdClassName
{
border-color: #CD901C;
}
.TagClassName
{
border-color: #CD901C;
}
</style>