Shades of Dark Goldenrod #C38802
Tints of Dark Goldenrod #C38802
RGB
CMYK
RGB Variations
Color information
#C38802 (or 0xC38802) is known color: Dark Goldenrod. HEX triplet: C3, 88 and 02. RGB value is (195,136,2). Sum of RGB (Red+Green+Blue) = 195+136+2=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C38802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38802 is #3C77FD. Grayscale: #8A8A8A. Windows color (decimal): -3962878 or 166083. OLE color: 166083.
HSL color Cylindrical-coordinate representation of color #C38802: hue angle of 41.66º 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 #C38802 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.24 |
| HSL | 41.66º | 0.98% | 0.39% | - |
| HSV(B) | 41.66º | 0.99% | 0.76% | - |
| XYZ | 31.32 | 29.21 | 4.05 | - |
| YUV | 138.37 | 51.05 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 2 | 0 | 0.30 | 0.99 | 0.24 | 41.66 | 0.98 | 0.39 |
| Hex | C3 | 88 | 2 | 0 | 1E | 63 | 18 | 2A | 62 | 27 |
| Octal | 303 | 210 | 2 | 0 | 36 | 143 | 30 | 52 | 142 | 47 |
| Binary | 11000011 | 10001000 | 10 | 0 | 11110 | 1100011 | 11000 | 101010 | 1100010 | 100111 |
Color Harmonies of #C38802
Complementary color
Monochromatic Colors of #C38802
Black with #C38802
Text Example
Text Example
White with #C38802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38802; }
p { color: rgb(195,136,2); }
H1.HeaderClassName
{
color: #C38802;
}
.AnyTagClassName
{
color: #C38802;
}
</style>
background-color css
<style>
a { background-color: #C38802; }
a { background-color: rgb(195,136,2); }
div.DivClassName
{
background-color: #C38802;
}
.BgClassName
{
background-color: #C38802;
}
</style>
border-color css
<style>
span { border-color: #C38802; }
span { border-color: rgb(195,136,2); }
td.TdClassName
{
border-color: #C38802;
}
.TagClassName
{
border-color: #C38802;
}
</style>