Shades of Dark Goldenrod #C38A16
Tints of Dark Goldenrod #C38A16
RGB
CMYK
RGB Variations
Color information
#C38A16 (or 0xC38A16) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 16. RGB value is (195,138,22). Sum of RGB (Red+Green+Blue) = 195+138+22=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A16 is #3C75E9. Grayscale: #8E8E8E. Windows color (decimal): -3962346 or 1477315. OLE color: 1477315.
HSL color Cylindrical-coordinate representation of color #C38A16: hue angle of 40.23º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C38A16 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 22 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.24 |
| HSL | 40.23º | 0.8% | 0.43% | - |
| HSV(B) | 40.23º | 0.89% | 0.76% | - |
| XYZ | 31.74 | 29.84 | 4.85 | - |
| YUV | 141.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 22 | 0 | 0.29 | 0.89 | 0.24 | 40.23 | 0.8 | 0.43 |
| Hex | C3 | 8A | 16 | 0 | 1D | 59 | 18 | 28 | 50 | 2B |
| Octal | 303 | 212 | 26 | 0 | 35 | 131 | 30 | 50 | 120 | 53 |
| Binary | 11000011 | 10001010 | 10110 | 0 | 11101 | 1011001 | 11000 | 101000 | 1010000 | 101011 |
Color Harmonies of #C38A16
Complementary color
Monochromatic Colors of #C38A16
Black with #C38A16
Text Example
Text Example
White with #C38A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A16; }
p { color: rgb(195,138,22); }
H1.HeaderClassName
{
color: #C38A16;
}
.AnyTagClassName
{
color: #C38A16;
}
</style>
background-color css
<style>
a { background-color: #C38A16; }
a { background-color: rgb(195,138,22); }
div.DivClassName
{
background-color: #C38A16;
}
.BgClassName
{
background-color: #C38A16;
}
</style>
border-color css
<style>
span { border-color: #C38A16; }
span { border-color: rgb(195,138,22); }
td.TdClassName
{
border-color: #C38A16;
}
.TagClassName
{
border-color: #C38A16;
}
</style>