Shades of Dark Goldenrod #C38C08
Tints of Dark Goldenrod #C38C08
RGB
CMYK
RGB Variations
Color information
#C38C08 (or 0xC38C08) is known color: Dark Goldenrod. HEX triplet: C3, 8C and 08. RGB value is (195,140,8). Sum of RGB (Red+Green+Blue) = 195+140+8=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38C08 is #3C73F7. Grayscale: #8D8D8D. Windows color (decimal): -3961848 or 560323. OLE color: 560323.
HSL color Cylindrical-coordinate representation of color #C38C08: hue angle of 42.35º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C38C08 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 140 | 8 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.24 |
| HSL | 42.35º | 0.92% | 0.4% | - |
| HSV(B) | 42.35º | 0.96% | 0.76% | - |
| XYZ | 31.93 | 30.38 | 4.41 | - |
| YUV | 141.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 8 | 0 | 0.28 | 0.96 | 0.24 | 42.35 | 0.92 | 0.4 |
| Hex | C3 | 8C | 8 | 0 | 1C | 60 | 18 | 2A | 5C | 28 |
| Octal | 303 | 214 | 10 | 0 | 34 | 140 | 30 | 52 | 134 | 50 |
| Binary | 11000011 | 10001100 | 1000 | 0 | 11100 | 1100000 | 11000 | 101010 | 1011100 | 101000 |
Color Harmonies of #C38C08
Complementary color
Monochromatic Colors of #C38C08
Black with #C38C08
Text Example
Text Example
White with #C38C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38C08; }
p { color: rgb(195,140,8); }
H1.HeaderClassName
{
color: #C38C08;
}
.AnyTagClassName
{
color: #C38C08;
}
</style>
background-color css
<style>
a { background-color: #C38C08; }
a { background-color: rgb(195,140,8); }
div.DivClassName
{
background-color: #C38C08;
}
.BgClassName
{
background-color: #C38C08;
}
</style>
border-color css
<style>
span { border-color: #C38C08; }
span { border-color: rgb(195,140,8); }
td.TdClassName
{
border-color: #C38C08;
}
.TagClassName
{
border-color: #C38C08;
}
</style>