Shades of Dark Goldenrod #C39502
Tints of Dark Goldenrod #C39502
RGB
CMYK
RGB Variations
Color information
#C39502 (or 0xC39502) is known color: Dark Goldenrod. HEX triplet: C3, 95 and 02. RGB value is (195,149,2). Sum of RGB (Red+Green+Blue) = 195+149+2=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C39502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39502 is #3C6AFD. Grayscale: #929292. Windows color (decimal): -3959550 or 169411. OLE color: 169411.
HSL color Cylindrical-coordinate representation of color #C39502: hue angle of 45.7º 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 #C39502 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.24 |
| HSL | 45.7º | 0.98% | 0.39% | - |
| HSV(B) | 45.7º | 0.99% | 0.76% | - |
| XYZ | 33.26 | 33.1 | 4.69 | - |
| YUV | 146 | 46.74 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 2 | 0 | 0.24 | 0.99 | 0.24 | 45.7 | 0.98 | 0.39 |
| Hex | C3 | 95 | 2 | 0 | 18 | 63 | 18 | 2E | 62 | 27 |
| Octal | 303 | 225 | 2 | 0 | 30 | 143 | 30 | 56 | 142 | 47 |
| Binary | 11000011 | 10010101 | 10 | 0 | 11000 | 1100011 | 11000 | 101110 | 1100010 | 100111 |
Color Harmonies of #C39502
Complementary color
Monochromatic Colors of #C39502
Black with #C39502
Text Example
Text Example
White with #C39502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39502; }
p { color: rgb(195,149,2); }
H1.HeaderClassName
{
color: #C39502;
}
.AnyTagClassName
{
color: #C39502;
}
</style>
background-color css
<style>
a { background-color: #C39502; }
a { background-color: rgb(195,149,2); }
div.DivClassName
{
background-color: #C39502;
}
.BgClassName
{
background-color: #C39502;
}
</style>
border-color css
<style>
span { border-color: #C39502; }
span { border-color: rgb(195,149,2); }
td.TdClassName
{
border-color: #C39502;
}
.TagClassName
{
border-color: #C39502;
}
</style>