Shades of Dark Goldenrod #C18A19
Tints of Dark Goldenrod #C18A19
RGB
CMYK
RGB Variations
Color information
#C18A19 (or 0xC18A19) is known color: Dark Goldenrod. HEX triplet: C1, 8A and 19. RGB value is (193,138,25). Sum of RGB (Red+Green+Blue) = 193+138+25=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18A19 is #3E75E6. Grayscale: #8E8E8E. Windows color (decimal): -4093415 or 1673921. OLE color: 1673921.
HSL color Cylindrical-coordinate representation of color #C18A19: hue angle of 40.36º 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 #C18A19 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 25 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.24 |
| HSL | 40.36º | 0.77% | 0.43% | - |
| HSV(B) | 40.36º | 0.87% | 0.76% | - |
| XYZ | 31.26 | 29.58 | 4.98 | - |
| YUV | 141.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 25 | 0 | 0.28 | 0.87 | 0.24 | 40.36 | 0.77 | 0.43 |
| Hex | C1 | 8A | 19 | 0 | 1C | 57 | 18 | 28 | 4D | 2B |
| Octal | 301 | 212 | 31 | 0 | 34 | 127 | 30 | 50 | 115 | 53 |
| Binary | 11000001 | 10001010 | 11001 | 0 | 11100 | 1010111 | 11000 | 101000 | 1001101 | 101011 |
Color Harmonies of #C18A19
Complementary color
Monochromatic Colors of #C18A19
Black with #C18A19
Text Example
Text Example
White with #C18A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18A19; }
p { color: rgb(193,138,25); }
H1.HeaderClassName
{
color: #C18A19;
}
.AnyTagClassName
{
color: #C18A19;
}
</style>
background-color css
<style>
a { background-color: #C18A19; }
a { background-color: rgb(193,138,25); }
div.DivClassName
{
background-color: #C18A19;
}
.BgClassName
{
background-color: #C18A19;
}
</style>
border-color css
<style>
span { border-color: #C18A19; }
span { border-color: rgb(193,138,25); }
td.TdClassName
{
border-color: #C18A19;
}
.TagClassName
{
border-color: #C18A19;
}
</style>