Shades of Dark Goldenrod #C38E08
Tints of Dark Goldenrod #C38E08
RGB
CMYK
RGB Variations
Color information
#C38E08 (or 0xC38E08) is known color: Dark Goldenrod. HEX triplet: C3, 8E and 08. RGB value is (195,142,8). Sum of RGB (Red+Green+Blue) = 195+142+8=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38E08 is #3C71F7. Grayscale: #8F8F8F. Windows color (decimal): -3961336 or 560835. OLE color: 560835.
HSL color Cylindrical-coordinate representation of color #C38E08: hue angle of 42.99º 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 #C38E08 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 142 | 8 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.24 |
| HSL | 42.99º | 0.92% | 0.4% | - |
| HSV(B) | 42.99º | 0.96% | 0.76% | - |
| XYZ | 32.22 | 30.97 | 4.51 | - |
| YUV | 142.57 | 52.06 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 142 | 8 | 0 | 0.27 | 0.96 | 0.24 | 42.99 | 0.92 | 0.4 |
| Hex | C3 | 8E | 8 | 0 | 1B | 60 | 18 | 2B | 5C | 28 |
| Octal | 303 | 216 | 10 | 0 | 33 | 140 | 30 | 53 | 134 | 50 |
| Binary | 11000011 | 10001110 | 1000 | 0 | 11011 | 1100000 | 11000 | 101011 | 1011100 | 101000 |
Color Harmonies of #C38E08
Complementary color
Monochromatic Colors of #C38E08
Black with #C38E08
Text Example
Text Example
White with #C38E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38E08; }
p { color: rgb(195,142,8); }
H1.HeaderClassName
{
color: #C38E08;
}
.AnyTagClassName
{
color: #C38E08;
}
</style>
background-color css
<style>
a { background-color: #C38E08; }
a { background-color: rgb(195,142,8); }
div.DivClassName
{
background-color: #C38E08;
}
.BgClassName
{
background-color: #C38E08;
}
</style>
border-color css
<style>
span { border-color: #C38E08; }
span { border-color: rgb(195,142,8); }
td.TdClassName
{
border-color: #C38E08;
}
.TagClassName
{
border-color: #C38E08;
}
</style>