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