Shades of Dark Goldenrod #C99703
Tints of Dark Goldenrod #C99703
RGB
CMYK
RGB Variations
Color information
#C99703 (or 0xC99703) is known color: Dark Goldenrod. HEX triplet: C9, 97 and 03. RGB value is (201,151,3). Sum of RGB (Red+Green+Blue) = 201+151+3=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C99703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99703 is #3668FC. Grayscale: #959595. Windows color (decimal): -3565821 or 235465. OLE color: 235465.
HSL color Cylindrical-coordinate representation of color #C99703: hue angle of 44.85º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C99703 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.21 |
| HSL | 44.85º | 0.97% | 0.4% | - |
| HSV(B) | 44.85º | 0.99% | 0.79% | - |
| XYZ | 35.17 | 34.56 | 4.9 | - |
| YUV | 149.08 | 45.57 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 3 | 0 | 0.25 | 0.99 | 0.21 | 44.85 | 0.97 | 0.4 |
| Hex | C9 | 97 | 3 | 0 | 19 | 63 | 15 | 2D | 61 | 28 |
| Octal | 311 | 227 | 3 | 0 | 31 | 143 | 25 | 55 | 141 | 50 |
| Binary | 11001001 | 10010111 | 11 | 0 | 11001 | 1100011 | 10101 | 101101 | 1100001 | 101000 |
Color Harmonies of #C99703
Complementary color
Monochromatic Colors of #C99703
Black with #C99703
Text Example
Text Example
White with #C99703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99703; }
p { color: rgb(201,151,3); }
H1.HeaderClassName
{
color: #C99703;
}
.AnyTagClassName
{
color: #C99703;
}
</style>
background-color css
<style>
a { background-color: #C99703; }
a { background-color: rgb(201,151,3); }
div.DivClassName
{
background-color: #C99703;
}
.BgClassName
{
background-color: #C99703;
}
</style>
border-color css
<style>
span { border-color: #C99703; }
span { border-color: rgb(201,151,3); }
td.TdClassName
{
border-color: #C99703;
}
.TagClassName
{
border-color: #C99703;
}
</style>