Shades of Dark Goldenrod #C08C18
Tints of Dark Goldenrod #C08C18
RGB
CMYK
RGB Variations
Color information
#C08C18 (or 0xC08C18) is known color: Dark Goldenrod. HEX triplet: C0, 8C and 18. RGB value is (192,140,24). Sum of RGB (Red+Green+Blue) = 192+140+24=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C08C18 is #3F73E7. Grayscale: #8E8E8E. Windows color (decimal): -4158440 or 1608896. OLE color: 1608896.
HSL color Cylindrical-coordinate representation of color #C08C18: hue angle of 41.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C08C18 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 24 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.25 |
| HSL | 41.43º | 0.78% | 0.42% | - |
| HSV(B) | 41.43º | 0.88% | 0.75% | - |
| XYZ | 31.28 | 30.03 | 5.01 | - |
| YUV | 142.32 | 61.23 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 24 | 0 | 0.27 | 0.88 | 0.25 | 41.43 | 0.78 | 0.42 |
| Hex | C0 | 8C | 18 | 0 | 1B | 58 | 19 | 29 | 4E | 2A |
| Octal | 300 | 214 | 30 | 0 | 33 | 130 | 31 | 51 | 116 | 52 |
| Binary | 11000000 | 10001100 | 11000 | 0 | 11011 | 1011000 | 11001 | 101001 | 1001110 | 101010 |
Color Harmonies of #C08C18
Complementary color
Monochromatic Colors of #C08C18
Black with #C08C18
Text Example
Text Example
White with #C08C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08C18; }
p { color: rgb(192,140,24); }
H1.HeaderClassName
{
color: #C08C18;
}
.AnyTagClassName
{
color: #C08C18;
}
</style>
background-color css
<style>
a { background-color: #C08C18; }
a { background-color: rgb(192,140,24); }
div.DivClassName
{
background-color: #C08C18;
}
.BgClassName
{
background-color: #C08C18;
}
</style>
border-color css
<style>
span { border-color: #C08C18; }
span { border-color: rgb(192,140,24); }
td.TdClassName
{
border-color: #C08C18;
}
.TagClassName
{
border-color: #C08C18;
}
</style>