Shades of Dark Goldenrod #C48B08
Tints of Dark Goldenrod #C48B08
RGB
CMYK
RGB Variations
Color information
#C48B08 (or 0xC48B08) is known color: Dark Goldenrod. HEX triplet: C4, 8B and 08. RGB value is (196,139,8). Sum of RGB (Red+Green+Blue) = 196+139+8=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C48B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48B08 is #3B74F7. Grayscale: #8D8D8D. Windows color (decimal): -3896568 or 560068. OLE color: 560068.
HSL color Cylindrical-coordinate representation of color #C48B08: hue angle of 41.81º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C48B08 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.23 |
| HSL | 41.81º | 0.92% | 0.4% | - |
| HSV(B) | 41.81º | 0.96% | 0.77% | - |
| XYZ | 32.04 | 30.22 | 4.37 | - |
| YUV | 141.11 | 52.88 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 8 | 0 | 0.29 | 0.96 | 0.23 | 41.81 | 0.92 | 0.4 |
| Hex | C4 | 8B | 8 | 0 | 1D | 60 | 17 | 2A | 5C | 28 |
| Octal | 304 | 213 | 10 | 0 | 35 | 140 | 27 | 52 | 134 | 50 |
| Binary | 11000100 | 10001011 | 1000 | 0 | 11101 | 1100000 | 10111 | 101010 | 1011100 | 101000 |
Color Harmonies of #C48B08
Complementary color
Monochromatic Colors of #C48B08
Black with #C48B08
Text Example
Text Example
White with #C48B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48B08; }
p { color: rgb(196,139,8); }
H1.HeaderClassName
{
color: #C48B08;
}
.AnyTagClassName
{
color: #C48B08;
}
</style>
background-color css
<style>
a { background-color: #C48B08; }
a { background-color: rgb(196,139,8); }
div.DivClassName
{
background-color: #C48B08;
}
.BgClassName
{
background-color: #C48B08;
}
</style>
border-color css
<style>
span { border-color: #C48B08; }
span { border-color: rgb(196,139,8); }
td.TdClassName
{
border-color: #C48B08;
}
.TagClassName
{
border-color: #C48B08;
}
</style>