Shades of Dark Goldenrod #C48B16
Tints of Dark Goldenrod #C48B16
RGB
CMYK
RGB Variations
Color information
#C48B16 (or 0xC48B16) is known color: Dark Goldenrod. HEX triplet: C4, 8B and 16. RGB value is (196,139,22). Sum of RGB (Red+Green+Blue) = 196+139+22=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48B16 is #3B74E9. Grayscale: #8F8F8F. Windows color (decimal): -3896554 or 1477572. OLE color: 1477572.
HSL color Cylindrical-coordinate representation of color #C48B16: hue angle of 40.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C48B16 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 22 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.23 |
| HSL | 40.34º | 0.8% | 0.43% | - |
| HSV(B) | 40.34º | 0.89% | 0.77% | - |
| XYZ | 32.14 | 30.26 | 4.91 | - |
| YUV | 142.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 22 | 0 | 0.29 | 0.89 | 0.23 | 40.34 | 0.8 | 0.43 |
| Hex | C4 | 8B | 16 | 0 | 1D | 59 | 17 | 28 | 50 | 2B |
| Octal | 304 | 213 | 26 | 0 | 35 | 131 | 27 | 50 | 120 | 53 |
| Binary | 11000100 | 10001011 | 10110 | 0 | 11101 | 1011001 | 10111 | 101000 | 1010000 | 101011 |
Color Harmonies of #C48B16
Complementary color
Monochromatic Colors of #C48B16
Black with #C48B16
Text Example
Text Example
White with #C48B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B16; }
p { color: rgb(196,139,22); }
H1.HeaderClassName
{
color: #C48B16;
}
.AnyTagClassName
{
color: #C48B16;
}
</style>
background-color css
<style>
a { background-color: #C48B16; }
a { background-color: rgb(196,139,22); }
div.DivClassName
{
background-color: #C48B16;
}
.BgClassName
{
background-color: #C48B16;
}
</style>
border-color css
<style>
span { border-color: #C48B16; }
span { border-color: rgb(196,139,22); }
td.TdClassName
{
border-color: #C48B16;
}
.TagClassName
{
border-color: #C48B16;
}
</style>