Shades of Dark Goldenrod #C38001
Tints of Dark Goldenrod #C38001
RGB
CMYK
RGB Variations
Color information
#C38001 (or 0xC38001) is known color: Dark Goldenrod. HEX triplet: C3, 80 and 01. RGB value is (195,128,1). Sum of RGB (Red+Green+Blue) = 195+128+1=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C38001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38001 is #3C7FFE. Grayscale: #868686. Windows color (decimal): -3964927 or 98499. OLE color: 98499.
HSL color Cylindrical-coordinate representation of color #C38001: hue angle of 39.28º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C38001 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.24 |
| HSL | 39.28º | 0.99% | 0.38% | - |
| HSV(B) | 39.28º | 0.99% | 0.76% | - |
| XYZ | 30.23 | 27.04 | 3.66 | - |
| YUV | 133.56 | 53.2 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 1 | 0 | 0.34 | 0.99 | 0.24 | 39.28 | 0.99 | 0.38 |
| Hex | C3 | 80 | 1 | 0 | 22 | 63 | 18 | 27 | 63 | 26 |
| Octal | 303 | 200 | 1 | 0 | 42 | 143 | 30 | 47 | 143 | 46 |
| Binary | 11000011 | 10000000 | 1 | 0 | 100010 | 1100011 | 11000 | 100111 | 1100011 | 100110 |
Color Harmonies of #C38001
Complementary color
Monochromatic Colors of #C38001
Black with #C38001
Text Example
Text Example
White with #C38001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38001; }
p { color: rgb(195,128,1); }
H1.HeaderClassName
{
color: #C38001;
}
.AnyTagClassName
{
color: #C38001;
}
</style>
background-color css
<style>
a { background-color: #C38001; }
a { background-color: rgb(195,128,1); }
div.DivClassName
{
background-color: #C38001;
}
.BgClassName
{
background-color: #C38001;
}
</style>
border-color css
<style>
span { border-color: #C38001; }
span { border-color: rgb(195,128,1); }
td.TdClassName
{
border-color: #C38001;
}
.TagClassName
{
border-color: #C38001;
}
</style>