Shades of Dark Goldenrod #C89606
Tints of Dark Goldenrod #C89606
RGB
CMYK
RGB Variations
Color information
#C89606 (or 0xC89606) is known color: Dark Goldenrod. HEX triplet: C8, 96 and 06. RGB value is (200,150,6). Sum of RGB (Red+Green+Blue) = 200+150+6=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C89606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89606 is #3769F9. Grayscale: #959595. Windows color (decimal): -3631610 or 431816. OLE color: 431816.
HSL color Cylindrical-coordinate representation of color #C89606: hue angle of 44.54º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C89606 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 150 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.22 |
| HSL | 44.54º | 0.94% | 0.4% | - |
| HSV(B) | 44.54º | 0.97% | 0.78% | - |
| XYZ | 34.76 | 34.11 | 4.92 | - |
| YUV | 148.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 150 | 6 | 0 | 0.25 | 0.97 | 0.22 | 44.54 | 0.94 | 0.4 |
| Hex | C8 | 96 | 6 | 0 | 19 | 61 | 16 | 2D | 5E | 28 |
| Octal | 310 | 226 | 6 | 0 | 31 | 141 | 26 | 55 | 136 | 50 |
| Binary | 11001000 | 10010110 | 110 | 0 | 11001 | 1100001 | 10110 | 101101 | 1011110 | 101000 |
Color Harmonies of #C89606
Complementary color
Monochromatic Colors of #C89606
Black with #C89606
Text Example
Text Example
White with #C89606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89606; }
p { color: rgb(200,150,6); }
H1.HeaderClassName
{
color: #C89606;
}
.AnyTagClassName
{
color: #C89606;
}
</style>
background-color css
<style>
a { background-color: #C89606; }
a { background-color: rgb(200,150,6); }
div.DivClassName
{
background-color: #C89606;
}
.BgClassName
{
background-color: #C89606;
}
</style>
border-color css
<style>
span { border-color: #C89606; }
span { border-color: rgb(200,150,6); }
td.TdClassName
{
border-color: #C89606;
}
.TagClassName
{
border-color: #C89606;
}
</style>