Shades of Dark Goldenrod #C89101
Tints of Dark Goldenrod #C89101
RGB
CMYK
RGB Variations
Color information
#C89101 (or 0xC89101) is known color: Dark Goldenrod. HEX triplet: C8, 91 and 01. RGB value is (200,145,1). Sum of RGB (Red+Green+Blue) = 200+145+1=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C89101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89101 is #376EFE. Grayscale: #919191. Windows color (decimal): -3632895 or 102856. OLE color: 102856.
HSL color Cylindrical-coordinate representation of color #C89101: hue angle of 43.42º 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 #C89101 is Cyan = 0, Magento = 0.28, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 145 | 1 | - |
| CMYK | 0 | 0.28 | 1.00 | 0.22 |
| HSL | 43.42º | 0.99% | 0.39% | - |
| HSV(B) | 43.42º | 1% | 0.78% | - |
| XYZ | 33.95 | 32.53 | 4.52 | - |
| YUV | 145.03 | 46.72 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 145 | 1 | 0 | 0.28 | 1.00 | 0.22 | 43.42 | 0.99 | 0.39 |
| Hex | C8 | 91 | 1 | 0 | 1C | 64 | 16 | 2B | 63 | 27 |
| Octal | 310 | 221 | 1 | 0 | 34 | 144 | 26 | 53 | 143 | 47 |
| Binary | 11001000 | 10010001 | 1 | 0 | 11100 | 1100100 | 10110 | 101011 | 1100011 | 100111 |
Color Harmonies of #C89101
Complementary color
Monochromatic Colors of #C89101
Black with #C89101
Text Example
Text Example
White with #C89101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89101; }
p { color: rgb(200,145,1); }
H1.HeaderClassName
{
color: #C89101;
}
.AnyTagClassName
{
color: #C89101;
}
</style>
background-color css
<style>
a { background-color: #C89101; }
a { background-color: rgb(200,145,1); }
div.DivClassName
{
background-color: #C89101;
}
.BgClassName
{
background-color: #C89101;
}
</style>
border-color css
<style>
span { border-color: #C89101; }
span { border-color: rgb(200,145,1); }
td.TdClassName
{
border-color: #C89101;
}
.TagClassName
{
border-color: #C89101;
}
</style>