Shades of Dark Goldenrod #C38509
Tints of Dark Goldenrod #C38509
RGB
CMYK
RGB Variations
Color information
#C38509 (or 0xC38509) is known color: Dark Goldenrod. HEX triplet: C3, 85 and 09. RGB value is (195,133,9). Sum of RGB (Red+Green+Blue) = 195+133+9=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C38509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38509 is #3C7AF6. Grayscale: #898989. Windows color (decimal): -3963639 or 624067. OLE color: 624067.
HSL color Cylindrical-coordinate representation of color #C38509: hue angle of 40º degrees, saturation: 0.91, 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 #C38509 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 9 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.24 |
| HSL | 40º | 0.91% | 0.4% | - |
| HSV(B) | 40º | 0.95% | 0.76% | - |
| XYZ | 30.94 | 28.4 | 4.11 | - |
| YUV | 137.4 | 55.54 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 9 | 0 | 0.32 | 0.95 | 0.24 | 40 | 0.91 | 0.4 |
| Hex | C3 | 85 | 9 | 0 | 20 | 5F | 18 | 28 | 5B | 28 |
| Octal | 303 | 205 | 11 | 0 | 40 | 137 | 30 | 50 | 133 | 50 |
| Binary | 11000011 | 10000101 | 1001 | 0 | 100000 | 1011111 | 11000 | 101000 | 1011011 | 101000 |
Color Harmonies of #C38509
Complementary color
Monochromatic Colors of #C38509
Black with #C38509
Text Example
Text Example
White with #C38509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38509; }
p { color: rgb(195,133,9); }
H1.HeaderClassName
{
color: #C38509;
}
.AnyTagClassName
{
color: #C38509;
}
</style>
background-color css
<style>
a { background-color: #C38509; }
a { background-color: rgb(195,133,9); }
div.DivClassName
{
background-color: #C38509;
}
.BgClassName
{
background-color: #C38509;
}
</style>
border-color css
<style>
span { border-color: #C38509; }
span { border-color: rgb(195,133,9); }
td.TdClassName
{
border-color: #C38509;
}
.TagClassName
{
border-color: #C38509;
}
</style>