Shades of Dark Goldenrod #C3870B
Tints of Dark Goldenrod #C3870B
RGB
CMYK
RGB Variations
Color information
#C3870B (or 0xC3870B) is known color: Dark Goldenrod. HEX triplet: C3, 87 and 0B. RGB value is (195,135,11). Sum of RGB (Red+Green+Blue) = 195+135+11=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C3870B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3870B is #3C78F4. Grayscale: #8B8B8B. Windows color (decimal): -3963125 or 755651. OLE color: 755651.
HSL color Cylindrical-coordinate representation of color #C3870B: hue angle of 40.43º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3870B is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 11 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.24 |
| HSL | 40.43º | 0.89% | 0.4% | - |
| HSV(B) | 40.43º | 0.94% | 0.76% | - |
| XYZ | 31.23 | 28.95 | 4.26 | - |
| YUV | 138.8 | 55.88 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 11 | 0 | 0.31 | 0.94 | 0.24 | 40.43 | 0.89 | 0.4 |
| Hex | C3 | 87 | B | 0 | 1F | 5E | 18 | 28 | 59 | 28 |
| Octal | 303 | 207 | 13 | 0 | 37 | 136 | 30 | 50 | 131 | 50 |
| Binary | 11000011 | 10000111 | 1011 | 0 | 11111 | 1011110 | 11000 | 101000 | 1011001 | 101000 |
Color Harmonies of #C3870B
Complementary color
Monochromatic Colors of #C3870B
Black with #C3870B
Text Example
Text Example
White with #C3870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3870B; }
p { color: rgb(195,135,11); }
H1.HeaderClassName
{
color: #C3870B;
}
.AnyTagClassName
{
color: #C3870B;
}
</style>
background-color css
<style>
a { background-color: #C3870B; }
a { background-color: rgb(195,135,11); }
div.DivClassName
{
background-color: #C3870B;
}
.BgClassName
{
background-color: #C3870B;
}
</style>
border-color css
<style>
span { border-color: #C3870B; }
span { border-color: rgb(195,135,11); }
td.TdClassName
{
border-color: #C3870B;
}
.TagClassName
{
border-color: #C3870B;
}
</style>