Shades of Dark Goldenrod #C48F00
Tints of Dark Goldenrod #C48F00
RGB
CMYK
RGB Variations
Color information
#C48F00 (or 0xC48F00) is known color: Dark Goldenrod. HEX triplet: C4, 8F and 00. RGB value is (196,143,0). Sum of RGB (Red+Green+Blue) = 196+143+0=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48F00 is #3B70FF. Grayscale: #8F8F8F. Windows color (decimal): -3895552 or 36804. OLE color: 36804.
HSL color Cylindrical-coordinate representation of color #C48F00: hue angle of 43.78º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C48F00 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.23 |
| HSL | 43.78º | 1% | 0.38% | - |
| HSV(B) | 43.78º | 1% | 0.77% | - |
| XYZ | 32.59 | 31.38 | 4.34 | - |
| YUV | 142.55 | 47.56 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 0 | 0 | 0.27 | 1 | 0.23 | 43.78 | 1 | 0.38 |
| Hex | C4 | 8F | 0 | 0 | 1B | 64 | 17 | 2C | 64 | 26 |
| Octal | 304 | 217 | 0 | 0 | 33 | 144 | 27 | 54 | 144 | 46 |
| Binary | 11000100 | 10001111 | 0 | 0 | 11011 | 1100100 | 10111 | 101100 | 1100100 | 100110 |
Color Harmonies of #C48F00
Complementary color
Monochromatic Colors of #C48F00
Black with #C48F00
Text Example
Text Example
White with #C48F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F00; }
p { color: rgb(196,143,0); }
H1.HeaderClassName
{
color: #C48F00;
}
.AnyTagClassName
{
color: #C48F00;
}
</style>
background-color css
<style>
a { background-color: #C48F00; }
a { background-color: rgb(196,143,0); }
div.DivClassName
{
background-color: #C48F00;
}
.BgClassName
{
background-color: #C48F00;
}
</style>
border-color css
<style>
span { border-color: #C48F00; }
span { border-color: rgb(196,143,0); }
td.TdClassName
{
border-color: #C48F00;
}
.TagClassName
{
border-color: #C48F00;
}
</style>