Shades of Dark Goldenrod #C38A08
Tints of Dark Goldenrod #C38A08
RGB
CMYK
RGB Variations
Color information
#C38A08 (or 0xC38A08) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 08. RGB value is (195,138,8). Sum of RGB (Red+Green+Blue) = 195+138+8=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A08 is #3C75F7. Grayscale: #8C8C8C. Windows color (decimal): -3962360 or 559811. OLE color: 559811.
HSL color Cylindrical-coordinate representation of color #C38A08: hue angle of 41.71º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C38A08 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.24 |
| HSL | 41.71º | 0.92% | 0.4% | - |
| HSV(B) | 41.71º | 0.96% | 0.76% | - |
| XYZ | 31.64 | 29.8 | 4.31 | - |
| YUV | 140.22 | 53.38 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 8 | 0 | 0.29 | 0.96 | 0.24 | 41.71 | 0.92 | 0.4 |
| Hex | C3 | 8A | 8 | 0 | 1D | 60 | 18 | 2A | 5C | 28 |
| Octal | 303 | 212 | 10 | 0 | 35 | 140 | 30 | 52 | 134 | 50 |
| Binary | 11000011 | 10001010 | 1000 | 0 | 11101 | 1100000 | 11000 | 101010 | 1011100 | 101000 |
Color Harmonies of #C38A08
Complementary color
Monochromatic Colors of #C38A08
Black with #C38A08
Text Example
Text Example
White with #C38A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A08; }
p { color: rgb(195,138,8); }
H1.HeaderClassName
{
color: #C38A08;
}
.AnyTagClassName
{
color: #C38A08;
}
</style>
background-color css
<style>
a { background-color: #C38A08; }
a { background-color: rgb(195,138,8); }
div.DivClassName
{
background-color: #C38A08;
}
.BgClassName
{
background-color: #C38A08;
}
</style>
border-color css
<style>
span { border-color: #C38A08; }
span { border-color: rgb(195,138,8); }
td.TdClassName
{
border-color: #C38A08;
}
.TagClassName
{
border-color: #C38A08;
}
</style>