Shades of Dark Goldenrod #C38907
Tints of Dark Goldenrod #C38907
RGB
CMYK
RGB Variations
Color information
#C38907 (or 0xC38907) is known color: Dark Goldenrod. HEX triplet: C3, 89 and 07. RGB value is (195,137,7). Sum of RGB (Red+Green+Blue) = 195+137+7=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C38907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38907 is #3C76F8. Grayscale: #8C8C8C. Windows color (decimal): -3962617 or 494019. OLE color: 494019.
HSL color Cylindrical-coordinate representation of color #C38907: hue angle of 41.49º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C38907 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 7 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.24 |
| HSL | 41.49º | 0.93% | 0.4% | - |
| HSV(B) | 41.49º | 0.96% | 0.76% | - |
| XYZ | 31.49 | 29.51 | 4.24 | - |
| YUV | 139.52 | 53.22 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 7 | 0 | 0.30 | 0.96 | 0.24 | 41.49 | 0.93 | 0.4 |
| Hex | C3 | 89 | 7 | 0 | 1E | 60 | 18 | 29 | 5D | 28 |
| Octal | 303 | 211 | 7 | 0 | 36 | 140 | 30 | 51 | 135 | 50 |
| Binary | 11000011 | 10001001 | 111 | 0 | 11110 | 1100000 | 11000 | 101001 | 1011101 | 101000 |
Color Harmonies of #C38907
Complementary color
Monochromatic Colors of #C38907
Black with #C38907
Text Example
Text Example
White with #C38907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38907; }
p { color: rgb(195,137,7); }
H1.HeaderClassName
{
color: #C38907;
}
.AnyTagClassName
{
color: #C38907;
}
</style>
background-color css
<style>
a { background-color: #C38907; }
a { background-color: rgb(195,137,7); }
div.DivClassName
{
background-color: #C38907;
}
.BgClassName
{
background-color: #C38907;
}
</style>
border-color css
<style>
span { border-color: #C38907; }
span { border-color: rgb(195,137,7); }
td.TdClassName
{
border-color: #C38907;
}
.TagClassName
{
border-color: #C38907;
}
</style>