Shades of Dark Goldenrod #C38305
Tints of Dark Goldenrod #C38305
RGB
CMYK
RGB Variations
Color information
#C38305 (or 0xC38305) is known color: Dark Goldenrod. HEX triplet: C3, 83 and 05. RGB value is (195,131,5). Sum of RGB (Red+Green+Blue) = 195+131+5=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C38305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38305 is #3C7CFA. Grayscale: #888888. Windows color (decimal): -3964155 or 361411. OLE color: 361411.
HSL color Cylindrical-coordinate representation of color #C38305: hue angle of 39.79º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C38305 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 131 | 5 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.24 |
| HSL | 39.79º | 0.95% | 0.39% | - |
| HSV(B) | 39.79º | 0.97% | 0.76% | - |
| XYZ | 30.65 | 27.85 | 3.9 | - |
| YUV | 135.77 | 54.2 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 5 | 0 | 0.33 | 0.97 | 0.24 | 39.79 | 0.95 | 0.39 |
| Hex | C3 | 83 | 5 | 0 | 21 | 61 | 18 | 28 | 5F | 27 |
| Octal | 303 | 203 | 5 | 0 | 41 | 141 | 30 | 50 | 137 | 47 |
| Binary | 11000011 | 10000011 | 101 | 0 | 100001 | 1100001 | 11000 | 101000 | 1011111 | 100111 |
Color Harmonies of #C38305
Complementary color
Monochromatic Colors of #C38305
Black with #C38305
Text Example
Text Example
White with #C38305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38305; }
p { color: rgb(195,131,5); }
H1.HeaderClassName
{
color: #C38305;
}
.AnyTagClassName
{
color: #C38305;
}
</style>
background-color css
<style>
a { background-color: #C38305; }
a { background-color: rgb(195,131,5); }
div.DivClassName
{
background-color: #C38305;
}
.BgClassName
{
background-color: #C38305;
}
</style>
border-color css
<style>
span { border-color: #C38305; }
span { border-color: rgb(195,131,5); }
td.TdClassName
{
border-color: #C38305;
}
.TagClassName
{
border-color: #C38305;
}
</style>