Shades of Dark Goldenrod #C87800
Tints of Dark Goldenrod #C87800
RGB
CMYK
RGB Variations
Color information
#C87800 (or 0xC87800) is known color: Dark Goldenrod. HEX triplet: C8, 78 and 00. RGB value is (200,120,0). Sum of RGB (Red+Green+Blue) = 200+120+0=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C87800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87800 is #3787FF. Grayscale: #828282. Windows color (decimal): -3639296 or 30920. OLE color: 30920.
HSL color Cylindrical-coordinate representation of color #C87800: hue angle of 36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C87800 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 0 | - |
| CMYK | 0 | 0.4 | 1 | 0.22 |
| HSL | 36º | 1% | 0.39% | - |
| HSV(B) | 36º | 1% | 0.78% | - |
| XYZ | 30.54 | 25.71 | 3.35 | - |
| YUV | 130.24 | 54.5 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 0 | 0 | 0.4 | 1 | 0.22 | 36 | 1 | 0.39 |
| Hex | C8 | 78 | 0 | 0 | 28 | 64 | 16 | 24 | 64 | 27 |
| Octal | 310 | 170 | 0 | 0 | 50 | 144 | 26 | 44 | 144 | 47 |
| Binary | 11001000 | 1111000 | 0 | 0 | 101000 | 1100100 | 10110 | 100100 | 1100100 | 100111 |
Color Harmonies of #C87800
Complementary color
Monochromatic Colors of #C87800
Black with #C87800
Text Example
Text Example
White with #C87800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87800; }
p { color: rgb(200,120,0); }
H1.HeaderClassName
{
color: #C87800;
}
.AnyTagClassName
{
color: #C87800;
}
</style>
background-color css
<style>
a { background-color: #C87800; }
a { background-color: rgb(200,120,0); }
div.DivClassName
{
background-color: #C87800;
}
.BgClassName
{
background-color: #C87800;
}
</style>
border-color css
<style>
span { border-color: #C87800; }
span { border-color: rgb(200,120,0); }
td.TdClassName
{
border-color: #C87800;
}
.TagClassName
{
border-color: #C87800;
}
</style>