Shades of Dark Goldenrod #C38003
Tints of Dark Goldenrod #C38003
RGB
CMYK
RGB Variations
Color information
#C38003 (or 0xC38003) is known color: Dark Goldenrod. HEX triplet: C3, 80 and 03. RGB value is (195,128,3). Sum of RGB (Red+Green+Blue) = 195+128+3=326 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.82% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 195 - color contains mainly: red. Hex color #C38003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38003 is #3C7FFC. Grayscale: #868686. Windows color (decimal): -3964925 or 229571. OLE color: 229571.
HSL color Cylindrical-coordinate representation of color #C38003: hue angle of 39.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C38003 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 3 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.24 |
| HSL | 39.06º | 0.97% | 0.39% | - |
| HSV(B) | 39.06º | 0.98% | 0.76% | - |
| XYZ | 30.24 | 27.05 | 3.71 | - |
| YUV | 133.78 | 54.2 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 3 | 0 | 0.34 | 0.98 | 0.24 | 39.06 | 0.97 | 0.39 |
| Hex | C3 | 80 | 3 | 0 | 22 | 62 | 18 | 27 | 61 | 27 |
| Octal | 303 | 200 | 3 | 0 | 42 | 142 | 30 | 47 | 141 | 47 |
| Binary | 11000011 | 10000000 | 11 | 0 | 100010 | 1100010 | 11000 | 100111 | 1100001 | 100111 |
Color Harmonies of #C38003
Complementary color
Monochromatic Colors of #C38003
Black with #C38003
Text Example
Text Example
White with #C38003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38003; }
p { color: rgb(195,128,3); }
H1.HeaderClassName
{
color: #C38003;
}
.AnyTagClassName
{
color: #C38003;
}
</style>
background-color css
<style>
a { background-color: #C38003; }
a { background-color: rgb(195,128,3); }
div.DivClassName
{
background-color: #C38003;
}
.BgClassName
{
background-color: #C38003;
}
</style>
border-color css
<style>
span { border-color: #C38003; }
span { border-color: rgb(195,128,3); }
td.TdClassName
{
border-color: #C38003;
}
.TagClassName
{
border-color: #C38003;
}
</style>