Shades of Dark Goldenrod #C38308
Tints of Dark Goldenrod #C38308
RGB
CMYK
RGB Variations
Color information
#C38308 (or 0xC38308) is known color: Dark Goldenrod. HEX triplet: C3, 83 and 08. RGB value is (195,131,8). Sum of RGB (Red+Green+Blue) = 195+131+8=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 8 (3.52% from 255 or 2.40% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C38308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38308 is #3C7CF7. Grayscale: #888888. Windows color (decimal): -3964152 or 558019. OLE color: 558019.
HSL color Cylindrical-coordinate representation of color #C38308: hue angle of 39.47º 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 #C38308 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 8 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.24 |
| HSL | 39.47º | 0.92% | 0.4% | - |
| HSV(B) | 39.47º | 0.96% | 0.76% | - |
| XYZ | 30.67 | 27.85 | 3.99 | - |
| YUV | 136.11 | 55.7 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 8 | 0 | 0.33 | 0.96 | 0.24 | 39.47 | 0.92 | 0.4 |
| Hex | C3 | 83 | 8 | 0 | 21 | 60 | 18 | 27 | 5C | 28 |
| Octal | 303 | 203 | 10 | 0 | 41 | 140 | 30 | 47 | 134 | 50 |
| Binary | 11000011 | 10000011 | 1000 | 0 | 100001 | 1100000 | 11000 | 100111 | 1011100 | 101000 |
Color Harmonies of #C38308
Complementary color
Monochromatic Colors of #C38308
Black with #C38308
Text Example
Text Example
White with #C38308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38308; }
p { color: rgb(195,131,8); }
H1.HeaderClassName
{
color: #C38308;
}
.AnyTagClassName
{
color: #C38308;
}
</style>
background-color css
<style>
a { background-color: #C38308; }
a { background-color: rgb(195,131,8); }
div.DivClassName
{
background-color: #C38308;
}
.BgClassName
{
background-color: #C38308;
}
</style>
border-color css
<style>
span { border-color: #C38308; }
span { border-color: rgb(195,131,8); }
td.TdClassName
{
border-color: #C38308;
}
.TagClassName
{
border-color: #C38308;
}
</style>