Shades of Dark Goldenrod #C18C08
Tints of Dark Goldenrod #C18C08
RGB
CMYK
RGB Variations
Color information
#C18C08 (or 0xC18C08) is known color: Dark Goldenrod. HEX triplet: C1, 8C and 08. RGB value is (193,140,8). Sum of RGB (Red+Green+Blue) = 193+140+8=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18C08 is #3E73F7. Grayscale: #8D8D8D. Windows color (decimal): -4092920 or 560321. OLE color: 560321.
HSL color Cylindrical-coordinate representation of color #C18C08: hue angle of 42.81º degrees, saturation: 0.92, 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 #C18C08 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 140 | 8 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.24 |
| HSL | 42.81º | 0.92% | 0.39% | - |
| HSV(B) | 42.81º | 0.96% | 0.76% | - |
| XYZ | 31.41 | 30.11 | 4.39 | - |
| YUV | 140.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 8 | 0 | 0.27 | 0.96 | 0.24 | 42.81 | 0.92 | 0.39 |
| Hex | C1 | 8C | 8 | 0 | 1B | 60 | 18 | 2B | 5C | 27 |
| Octal | 301 | 214 | 10 | 0 | 33 | 140 | 30 | 53 | 134 | 47 |
| Binary | 11000001 | 10001100 | 1000 | 0 | 11011 | 1100000 | 11000 | 101011 | 1011100 | 100111 |
Color Harmonies of #C18C08
Complementary color
Monochromatic Colors of #C18C08
Black with #C18C08
Text Example
Text Example
White with #C18C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18C08; }
p { color: rgb(193,140,8); }
H1.HeaderClassName
{
color: #C18C08;
}
.AnyTagClassName
{
color: #C18C08;
}
</style>
background-color css
<style>
a { background-color: #C18C08; }
a { background-color: rgb(193,140,8); }
div.DivClassName
{
background-color: #C18C08;
}
.BgClassName
{
background-color: #C18C08;
}
</style>
border-color css
<style>
span { border-color: #C18C08; }
span { border-color: rgb(193,140,8); }
td.TdClassName
{
border-color: #C18C08;
}
.TagClassName
{
border-color: #C18C08;
}
</style>