Shades of Dark Goldenrod #C99309
Tints of Dark Goldenrod #C99309
RGB
CMYK
RGB Variations
Color information
#C99309 (or 0xC99309) is known color: Dark Goldenrod. HEX triplet: C9, 93 and 09. RGB value is (201,147,9). Sum of RGB (Red+Green+Blue) = 201+147+9=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C99309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99309 is #366CF6. Grayscale: #949494. Windows color (decimal): -3566839 or 627657. OLE color: 627657.
HSL color Cylindrical-coordinate representation of color #C99309: hue angle of 43.12º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C99309 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.21 |
| HSL | 43.13º | 0.91% | 0.41% | - |
| HSV(B) | 43.13º | 0.96% | 0.79% | - |
| XYZ | 34.57 | 33.3 | 4.86 | - |
| YUV | 147.41 | 49.89 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 9 | 0 | 0.27 | 0.96 | 0.21 | 43.13 | 0.91 | 0.41 |
| Hex | C9 | 93 | 9 | 0 | 1B | 60 | 15 | 2B | 5B | 29 |
| Octal | 311 | 223 | 11 | 0 | 33 | 140 | 25 | 53 | 133 | 51 |
| Binary | 11001001 | 10010011 | 1001 | 0 | 11011 | 1100000 | 10101 | 101011 | 1011011 | 101001 |
Color Harmonies of #C99309
Complementary color
Monochromatic Colors of #C99309
Black with #C99309
Text Example
Text Example
White with #C99309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99309; }
p { color: rgb(201,147,9); }
H1.HeaderClassName
{
color: #C99309;
}
.AnyTagClassName
{
color: #C99309;
}
</style>
background-color css
<style>
a { background-color: #C99309; }
a { background-color: rgb(201,147,9); }
div.DivClassName
{
background-color: #C99309;
}
.BgClassName
{
background-color: #C99309;
}
</style>
border-color css
<style>
span { border-color: #C99309; }
span { border-color: rgb(201,147,9); }
td.TdClassName
{
border-color: #C99309;
}
.TagClassName
{
border-color: #C99309;
}
</style>