Shades of Dark Goldenrod #C48D01
Tints of Dark Goldenrod #C48D01
RGB
CMYK
RGB Variations
Color information
#C48D01 (or 0xC48D01) is known color: Dark Goldenrod. HEX triplet: C4, 8D and 01. RGB value is (196,141,1). Sum of RGB (Red+Green+Blue) = 196+141+1=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48D01 is #3B72FE. Grayscale: #8E8E8E. Windows color (decimal): -3896063 or 101828. OLE color: 101828.
HSL color Cylindrical-coordinate representation of color #C48D01: hue angle of 43.08º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C48D01 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.23 |
| HSL | 43.08º | 0.99% | 0.39% | - |
| HSV(B) | 43.08º | 0.99% | 0.77% | - |
| XYZ | 32.3 | 30.79 | 4.27 | - |
| YUV | 141.49 | 48.72 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 1 | 0 | 0.28 | 0.99 | 0.23 | 43.08 | 0.99 | 0.39 |
| Hex | C4 | 8D | 1 | 0 | 1C | 63 | 17 | 2B | 63 | 27 |
| Octal | 304 | 215 | 1 | 0 | 34 | 143 | 27 | 53 | 143 | 47 |
| Binary | 11000100 | 10001101 | 1 | 0 | 11100 | 1100011 | 10111 | 101011 | 1100011 | 100111 |
Color Harmonies of #C48D01
Complementary color
Monochromatic Colors of #C48D01
Black with #C48D01
Text Example
Text Example
White with #C48D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D01; }
p { color: rgb(196,141,1); }
H1.HeaderClassName
{
color: #C48D01;
}
.AnyTagClassName
{
color: #C48D01;
}
</style>
background-color css
<style>
a { background-color: #C48D01; }
a { background-color: rgb(196,141,1); }
div.DivClassName
{
background-color: #C48D01;
}
.BgClassName
{
background-color: #C48D01;
}
</style>
border-color css
<style>
span { border-color: #C48D01; }
span { border-color: rgb(196,141,1); }
td.TdClassName
{
border-color: #C48D01;
}
.TagClassName
{
border-color: #C48D01;
}
</style>