Shades of Dark Goldenrod #C38819
Tints of Dark Goldenrod #C38819
RGB
CMYK
RGB Variations
Color information
#C38819 (or 0xC38819) is known color: Dark Goldenrod. HEX triplet: C3, 88 and 19. RGB value is (195,136,25). Sum of RGB (Red+Green+Blue) = 195+136+25=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C38819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38819 is #3C77E6. Grayscale: #8D8D8D. Windows color (decimal): -3962855 or 1673411. OLE color: 1673411.
HSL color Cylindrical-coordinate representation of color #C38819: hue angle of 39.18º degrees, saturation: 0.77, 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 #C38819 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 25 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.24 |
| HSL | 39.18º | 0.77% | 0.43% | - |
| HSV(B) | 39.18º | 0.87% | 0.76% | - |
| XYZ | 31.49 | 29.28 | 4.91 | - |
| YUV | 140.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 25 | 0 | 0.30 | 0.87 | 0.24 | 39.18 | 0.77 | 0.43 |
| Hex | C3 | 88 | 19 | 0 | 1E | 57 | 18 | 27 | 4D | 2B |
| Octal | 303 | 210 | 31 | 0 | 36 | 127 | 30 | 47 | 115 | 53 |
| Binary | 11000011 | 10001000 | 11001 | 0 | 11110 | 1010111 | 11000 | 100111 | 1001101 | 101011 |
Color Harmonies of #C38819
Complementary color
Monochromatic Colors of #C38819
Black with #C38819
Text Example
Text Example
White with #C38819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38819; }
p { color: rgb(195,136,25); }
H1.HeaderClassName
{
color: #C38819;
}
.AnyTagClassName
{
color: #C38819;
}
</style>
background-color css
<style>
a { background-color: #C38819; }
a { background-color: rgb(195,136,25); }
div.DivClassName
{
background-color: #C38819;
}
.BgClassName
{
background-color: #C38819;
}
</style>
border-color css
<style>
span { border-color: #C38819; }
span { border-color: rgb(195,136,25); }
td.TdClassName
{
border-color: #C38819;
}
.TagClassName
{
border-color: #C38819;
}
</style>