Shades of Dark Goldenrod #C38010
Tints of Dark Goldenrod #C38010
RGB
CMYK
RGB Variations
Color information
#C38010 (or 0xC38010) is known color: Dark Goldenrod. HEX triplet: C3, 80 and 10. RGB value is (195,128,16). Sum of RGB (Red+Green+Blue) = 195+128+16=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C38010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38010 is #3C7FEF. Grayscale: #878787. Windows color (decimal): -3964912 or 1081539. OLE color: 1081539.
HSL color Cylindrical-coordinate representation of color #C38010: hue angle of 37.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C38010 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 16 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.24 |
| HSL | 37.54º | 0.85% | 0.41% | - |
| HSV(B) | 37.54º | 0.92% | 0.76% | - |
| XYZ | 30.32 | 27.08 | 4.12 | - |
| YUV | 135.27 | 60.7 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 16 | 0 | 0.34 | 0.92 | 0.24 | 37.54 | 0.85 | 0.41 |
| Hex | C3 | 80 | 10 | 0 | 22 | 5C | 18 | 26 | 55 | 29 |
| Octal | 303 | 200 | 20 | 0 | 42 | 134 | 30 | 46 | 125 | 51 |
| Binary | 11000011 | 10000000 | 10000 | 0 | 100010 | 1011100 | 11000 | 100110 | 1010101 | 101001 |
Color Harmonies of #C38010
Complementary color
Monochromatic Colors of #C38010
Black with #C38010
Text Example
Text Example
White with #C38010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38010; }
p { color: rgb(195,128,16); }
H1.HeaderClassName
{
color: #C38010;
}
.AnyTagClassName
{
color: #C38010;
}
</style>
background-color css
<style>
a { background-color: #C38010; }
a { background-color: rgb(195,128,16); }
div.DivClassName
{
background-color: #C38010;
}
.BgClassName
{
background-color: #C38010;
}
</style>
border-color css
<style>
span { border-color: #C38010; }
span { border-color: rgb(195,128,16); }
td.TdClassName
{
border-color: #C38010;
}
.TagClassName
{
border-color: #C38010;
}
</style>