Shades of Dark Goldenrod #C3871A
Tints of Dark Goldenrod #C3871A
RGB
CMYK
RGB Variations
Color information
#C3871A (or 0xC3871A) is known color: Dark Goldenrod. HEX triplet: C3, 87 and 1A. RGB value is (195,135,26). Sum of RGB (Red+Green+Blue) = 195+135+26=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3871A is #3C78E5. Grayscale: #8D8D8D. Windows color (decimal): -3963110 or 1738691. OLE color: 1738691.
HSL color Cylindrical-coordinate representation of color #C3871A: hue angle of 38.7º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3871A is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 26 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.24 |
| HSL | 38.7º | 0.76% | 0.43% | - |
| HSV(B) | 38.7º | 0.87% | 0.76% | - |
| XYZ | 31.36 | 29 | 4.92 | - |
| YUV | 140.51 | 63.38 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 26 | 0 | 0.31 | 0.87 | 0.24 | 38.7 | 0.76 | 0.43 |
| Hex | C3 | 87 | 1A | 0 | 1F | 57 | 18 | 27 | 4C | 2B |
| Octal | 303 | 207 | 32 | 0 | 37 | 127 | 30 | 47 | 114 | 53 |
| Binary | 11000011 | 10000111 | 11010 | 0 | 11111 | 1010111 | 11000 | 100111 | 1001100 | 101011 |
Color Harmonies of #C3871A
Complementary color
Monochromatic Colors of #C3871A
Black with #C3871A
Text Example
Text Example
White with #C3871A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3871A; }
p { color: rgb(195,135,26); }
H1.HeaderClassName
{
color: #C3871A;
}
.AnyTagClassName
{
color: #C3871A;
}
</style>
background-color css
<style>
a { background-color: #C3871A; }
a { background-color: rgb(195,135,26); }
div.DivClassName
{
background-color: #C3871A;
}
.BgClassName
{
background-color: #C3871A;
}
</style>
border-color css
<style>
span { border-color: #C3871A; }
span { border-color: rgb(195,135,26); }
td.TdClassName
{
border-color: #C3871A;
}
.TagClassName
{
border-color: #C3871A;
}
</style>