Shades of Dark Goldenrod #C99308
Tints of Dark Goldenrod #C99308
RGB
CMYK
RGB Variations
Color information
#C99308 (or 0xC99308) is known color: Dark Goldenrod. HEX triplet: C9, 93 and 08. RGB value is (201,147,8). Sum of RGB (Red+Green+Blue) = 201+147+8=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C99308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99308 is #366CF7. Grayscale: #939393. Windows color (decimal): -3566840 or 562121. OLE color: 562121.
HSL color Cylindrical-coordinate representation of color #C99308: hue angle of 43.21º degrees, saturation: 0.92, 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 #C99308 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 8 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.21 |
| HSL | 43.21º | 0.92% | 0.41% | - |
| HSV(B) | 43.21º | 0.96% | 0.79% | - |
| XYZ | 34.56 | 33.3 | 4.84 | - |
| YUV | 147.3 | 49.39 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 8 | 0 | 0.27 | 0.96 | 0.21 | 43.21 | 0.92 | 0.41 |
| Hex | C9 | 93 | 8 | 0 | 1B | 60 | 15 | 2B | 5C | 29 |
| Octal | 311 | 223 | 10 | 0 | 33 | 140 | 25 | 53 | 134 | 51 |
| Binary | 11001001 | 10010011 | 1000 | 0 | 11011 | 1100000 | 10101 | 101011 | 1011100 | 101001 |
Color Harmonies of #C99308
Complementary color
Monochromatic Colors of #C99308
Black with #C99308
Text Example
Text Example
White with #C99308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99308; }
p { color: rgb(201,147,8); }
H1.HeaderClassName
{
color: #C99308;
}
.AnyTagClassName
{
color: #C99308;
}
</style>
background-color css
<style>
a { background-color: #C99308; }
a { background-color: rgb(201,147,8); }
div.DivClassName
{
background-color: #C99308;
}
.BgClassName
{
background-color: #C99308;
}
</style>
border-color css
<style>
span { border-color: #C99308; }
span { border-color: rgb(201,147,8); }
td.TdClassName
{
border-color: #C99308;
}
.TagClassName
{
border-color: #C99308;
}
</style>