Shades of Dark Goldenrod #C18807
Tints of Dark Goldenrod #C18807
RGB
CMYK
RGB Variations
Color information
#C18807 (or 0xC18807) is known color: Dark Goldenrod. HEX triplet: C1, 88 and 07. RGB value is (193,136,7). Sum of RGB (Red+Green+Blue) = 193+136+7=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C18807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18807 is #3E77F8. Grayscale: #8A8A8A. Windows color (decimal): -4093945 or 493761. OLE color: 493761.
HSL color Cylindrical-coordinate representation of color #C18807: hue angle of 41.61º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C18807 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 7 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.24 |
| HSL | 41.61º | 0.93% | 0.39% | - |
| HSV(B) | 41.61º | 0.96% | 0.76% | - |
| XYZ | 30.83 | 28.96 | 4.17 | - |
| YUV | 138.34 | 53.88 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 7 | 0 | 0.30 | 0.96 | 0.24 | 41.61 | 0.93 | 0.39 |
| Hex | C1 | 88 | 7 | 0 | 1E | 60 | 18 | 2A | 5D | 27 |
| Octal | 301 | 210 | 7 | 0 | 36 | 140 | 30 | 52 | 135 | 47 |
| Binary | 11000001 | 10001000 | 111 | 0 | 11110 | 1100000 | 11000 | 101010 | 1011101 | 100111 |
Color Harmonies of #C18807
Complementary color
Monochromatic Colors of #C18807
Black with #C18807
Text Example
Text Example
White with #C18807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18807; }
p { color: rgb(193,136,7); }
H1.HeaderClassName
{
color: #C18807;
}
.AnyTagClassName
{
color: #C18807;
}
</style>
background-color css
<style>
a { background-color: #C18807; }
a { background-color: rgb(193,136,7); }
div.DivClassName
{
background-color: #C18807;
}
.BgClassName
{
background-color: #C18807;
}
</style>
border-color css
<style>
span { border-color: #C18807; }
span { border-color: rgb(193,136,7); }
td.TdClassName
{
border-color: #C18807;
}
.TagClassName
{
border-color: #C18807;
}
</style>