Shades of Dark Goldenrod #C88C08
Tints of Dark Goldenrod #C88C08
RGB
CMYK
RGB Variations
Color information
#C88C08 (or 0xC88C08) is known color: Dark Goldenrod. HEX triplet: C8, 8C and 08. RGB value is (200,140,8). Sum of RGB (Red+Green+Blue) = 200+140+8=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88C08 is #3773F7. Grayscale: #8F8F8F. Windows color (decimal): -3634168 or 560328. OLE color: 560328.
HSL color Cylindrical-coordinate representation of color #C88C08: hue angle of 41.25º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C88C08 is Cyan = 0, Magento = 0.3, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 8 | - |
| CMYK | 0 | 0.3 | 0.96 | 0.22 |
| HSL | 41.25º | 0.92% | 0.41% | - |
| HSV(B) | 41.25º | 0.96% | 0.78% | - |
| XYZ | 33.24 | 31.05 | 4.47 | - |
| YUV | 142.89 | 51.88 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 8 | 0 | 0.3 | 0.96 | 0.22 | 41.25 | 0.92 | 0.41 |
| Hex | C8 | 8C | 8 | 0 | 1E | 60 | 16 | 29 | 5C | 29 |
| Octal | 310 | 214 | 10 | 0 | 36 | 140 | 26 | 51 | 134 | 51 |
| Binary | 11001000 | 10001100 | 1000 | 0 | 11110 | 1100000 | 10110 | 101001 | 1011100 | 101001 |
Color Harmonies of #C88C08
Complementary color
Monochromatic Colors of #C88C08
Black with #C88C08
Text Example
Text Example
White with #C88C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88C08; }
p { color: rgb(200,140,8); }
H1.HeaderClassName
{
color: #C88C08;
}
.AnyTagClassName
{
color: #C88C08;
}
</style>
background-color css
<style>
a { background-color: #C88C08; }
a { background-color: rgb(200,140,8); }
div.DivClassName
{
background-color: #C88C08;
}
.BgClassName
{
background-color: #C88C08;
}
</style>
border-color css
<style>
span { border-color: #C88C08; }
span { border-color: rgb(200,140,8); }
td.TdClassName
{
border-color: #C88C08;
}
.TagClassName
{
border-color: #C88C08;
}
</style>