Shades of Dark Goldenrod #C99600
Tints of Dark Goldenrod #C99600
RGB
CMYK
RGB Variations
Color information
#C99600 (or 0xC99600) is known color: Dark Goldenrod. HEX triplet: C9, 96 and 00. RGB value is (201,150,0). Sum of RGB (Red+Green+Blue) = 201+150+0=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C99600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99600 is #3669FF. Grayscale: #949494. Windows color (decimal): -3566080 or 38601. OLE color: 38601.
HSL color Cylindrical-coordinate representation of color #C99600: hue angle of 44.78º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C99600 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.21 |
| HSL | 44.78º | 1% | 0.39% | - |
| HSV(B) | 44.78º | 1% | 0.79% | - |
| XYZ | 34.99 | 34.23 | 4.76 | - |
| YUV | 148.15 | 44.4 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 0 | 0 | 0.25 | 1 | 0.21 | 44.78 | 1 | 0.39 |
| Hex | C9 | 96 | 0 | 0 | 19 | 64 | 15 | 2D | 64 | 27 |
| Octal | 311 | 226 | 0 | 0 | 31 | 144 | 25 | 55 | 144 | 47 |
| Binary | 11001001 | 10010110 | 0 | 0 | 11001 | 1100100 | 10101 | 101101 | 1100100 | 100111 |
Color Harmonies of #C99600
Complementary color
Monochromatic Colors of #C99600
Black with #C99600
Text Example
Text Example
White with #C99600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99600; }
p { color: rgb(201,150,0); }
H1.HeaderClassName
{
color: #C99600;
}
.AnyTagClassName
{
color: #C99600;
}
</style>
background-color css
<style>
a { background-color: #C99600; }
a { background-color: rgb(201,150,0); }
div.DivClassName
{
background-color: #C99600;
}
.BgClassName
{
background-color: #C99600;
}
</style>
border-color css
<style>
span { border-color: #C99600; }
span { border-color: rgb(201,150,0); }
td.TdClassName
{
border-color: #C99600;
}
.TagClassName
{
border-color: #C99600;
}
</style>