Shades of Dark Goldenrod #C38A0F
Tints of Dark Goldenrod #C38A0F
RGB
CMYK
RGB Variations
Color information
#C38A0F (or 0xC38A0F) is known color: Dark Goldenrod. HEX triplet: C3, 8A and 0F. RGB value is (195,138,15). Sum of RGB (Red+Green+Blue) = 195+138+15=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38A0F is #3C75F0. Grayscale: #8D8D8D. Windows color (decimal): -3962353 or 1018563. OLE color: 1018563.
HSL color Cylindrical-coordinate representation of color #C38A0F: hue angle of 41º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C38A0F is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 15 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.24 |
| HSL | 41º | 0.86% | 0.41% | - |
| HSV(B) | 41º | 0.92% | 0.76% | - |
| XYZ | 31.68 | 29.81 | 4.54 | - |
| YUV | 141.02 | 56.88 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 15 | 0 | 0.29 | 0.92 | 0.24 | 41 | 0.86 | 0.41 |
| Hex | C3 | 8A | F | 0 | 1D | 5C | 18 | 29 | 56 | 29 |
| Octal | 303 | 212 | 17 | 0 | 35 | 134 | 30 | 51 | 126 | 51 |
| Binary | 11000011 | 10001010 | 1111 | 0 | 11101 | 1011100 | 11000 | 101001 | 1010110 | 101001 |
Color Harmonies of #C38A0F
Complementary color
Monochromatic Colors of #C38A0F
Black with #C38A0F
Text Example
Text Example
White with #C38A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A0F; }
p { color: rgb(195,138,15); }
H1.HeaderClassName
{
color: #C38A0F;
}
.AnyTagClassName
{
color: #C38A0F;
}
</style>
background-color css
<style>
a { background-color: #C38A0F; }
a { background-color: rgb(195,138,15); }
div.DivClassName
{
background-color: #C38A0F;
}
.BgClassName
{
background-color: #C38A0F;
}
</style>
border-color css
<style>
span { border-color: #C38A0F; }
span { border-color: rgb(195,138,15); }
td.TdClassName
{
border-color: #C38A0F;
}
.TagClassName
{
border-color: #C38A0F;
}
</style>