Shades of Dark Goldenrod #C38F0A
Tints of Dark Goldenrod #C38F0A
RGB
CMYK
RGB Variations
Color information
#C38F0A (or 0xC38F0A) is known color: Dark Goldenrod. HEX triplet: C3, 8F and 0A. RGB value is (195,143,10). Sum of RGB (Red+Green+Blue) = 195+143+10=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38F0A is #3C70F5. Grayscale: #8F8F8F. Windows color (decimal): -3961078 or 692163. OLE color: 692163.
HSL color Cylindrical-coordinate representation of color #C38F0A: hue angle of 43.14º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C38F0A is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 10 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.24 |
| HSL | 43.14º | 0.9% | 0.4% | - |
| HSV(B) | 43.14º | 0.95% | 0.76% | - |
| XYZ | 32.38 | 31.27 | 4.62 | - |
| YUV | 143.39 | 52.73 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 10 | 0 | 0.27 | 0.95 | 0.24 | 43.14 | 0.9 | 0.4 |
| Hex | C3 | 8F | A | 0 | 1B | 5F | 18 | 2B | 5A | 28 |
| Octal | 303 | 217 | 12 | 0 | 33 | 137 | 30 | 53 | 132 | 50 |
| Binary | 11000011 | 10001111 | 1010 | 0 | 11011 | 1011111 | 11000 | 101011 | 1011010 | 101000 |
Color Harmonies of #C38F0A
Complementary color
Monochromatic Colors of #C38F0A
Black with #C38F0A
Text Example
Text Example
White with #C38F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38F0A; }
p { color: rgb(195,143,10); }
H1.HeaderClassName
{
color: #C38F0A;
}
.AnyTagClassName
{
color: #C38F0A;
}
</style>
background-color css
<style>
a { background-color: #C38F0A; }
a { background-color: rgb(195,143,10); }
div.DivClassName
{
background-color: #C38F0A;
}
.BgClassName
{
background-color: #C38F0A;
}
</style>
border-color css
<style>
span { border-color: #C38F0A; }
span { border-color: rgb(195,143,10); }
td.TdClassName
{
border-color: #C38F0A;
}
.TagClassName
{
border-color: #C38F0A;
}
</style>