Shades of Dark Goldenrod #C18B19
Tints of Dark Goldenrod #C18B19
RGB
CMYK
RGB Variations
Color information
#C18B19 (or 0xC18B19) is known color: Dark Goldenrod. HEX triplet: C1, 8B and 19. RGB value is (193,139,25). Sum of RGB (Red+Green+Blue) = 193+139+25=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18B19 is #3E74E6. Grayscale: #8E8E8E. Windows color (decimal): -4093159 or 1674177. OLE color: 1674177.
HSL color Cylindrical-coordinate representation of color #C18B19: hue angle of 40.71º 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 #C18B19 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 25 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.24 |
| HSL | 40.71º | 0.77% | 0.43% | - |
| HSV(B) | 40.71º | 0.87% | 0.76% | - |
| XYZ | 31.4 | 29.87 | 5.03 | - |
| YUV | 142.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 25 | 0 | 0.28 | 0.87 | 0.24 | 40.71 | 0.77 | 0.43 |
| Hex | C1 | 8B | 19 | 0 | 1C | 57 | 18 | 29 | 4D | 2B |
| Octal | 301 | 213 | 31 | 0 | 34 | 127 | 30 | 51 | 115 | 53 |
| Binary | 11000001 | 10001011 | 11001 | 0 | 11100 | 1010111 | 11000 | 101001 | 1001101 | 101011 |
Color Harmonies of #C18B19
Complementary color
Monochromatic Colors of #C18B19
Black with #C18B19
Text Example
Text Example
White with #C18B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18B19; }
p { color: rgb(193,139,25); }
H1.HeaderClassName
{
color: #C18B19;
}
.AnyTagClassName
{
color: #C18B19;
}
</style>
background-color css
<style>
a { background-color: #C18B19; }
a { background-color: rgb(193,139,25); }
div.DivClassName
{
background-color: #C18B19;
}
.BgClassName
{
background-color: #C18B19;
}
</style>
border-color css
<style>
span { border-color: #C18B19; }
span { border-color: rgb(193,139,25); }
td.TdClassName
{
border-color: #C18B19;
}
.TagClassName
{
border-color: #C18B19;
}
</style>