Shades of Dark Goldenrod #C38602
Tints of Dark Goldenrod #C38602
RGB
CMYK
RGB Variations
Color information
#C38602 (or 0xC38602) is known color: Dark Goldenrod. HEX triplet: C3, 86 and 02. RGB value is (195,134,2). Sum of RGB (Red+Green+Blue) = 195+134+2=331 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.91% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 195 - color contains mainly: red. Hex color #C38602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38602 is #3C79FD. Grayscale: #898989. Windows color (decimal): -3963390 or 165571. OLE color: 165571.
HSL color Cylindrical-coordinate representation of color #C38602: hue angle of 41.04º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C38602 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.24 |
| HSL | 41.04º | 0.98% | 0.39% | - |
| HSV(B) | 41.04º | 0.99% | 0.76% | - |
| XYZ | 31.04 | 28.66 | 3.95 | - |
| YUV | 137.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 2 | 0 | 0.31 | 0.99 | 0.24 | 41.04 | 0.98 | 0.39 |
| Hex | C3 | 86 | 2 | 0 | 1F | 63 | 18 | 29 | 62 | 27 |
| Octal | 303 | 206 | 2 | 0 | 37 | 143 | 30 | 51 | 142 | 47 |
| Binary | 11000011 | 10000110 | 10 | 0 | 11111 | 1100011 | 11000 | 101001 | 1100010 | 100111 |
Color Harmonies of #C38602
Complementary color
Monochromatic Colors of #C38602
Black with #C38602
Text Example
Text Example
White with #C38602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38602; }
p { color: rgb(195,134,2); }
H1.HeaderClassName
{
color: #C38602;
}
.AnyTagClassName
{
color: #C38602;
}
</style>
background-color css
<style>
a { background-color: #C38602; }
a { background-color: rgb(195,134,2); }
div.DivClassName
{
background-color: #C38602;
}
.BgClassName
{
background-color: #C38602;
}
</style>
border-color css
<style>
span { border-color: #C38602; }
span { border-color: rgb(195,134,2); }
td.TdClassName
{
border-color: #C38602;
}
.TagClassName
{
border-color: #C38602;
}
</style>