Shades of Dark Goldenrod #C99209
Tints of Dark Goldenrod #C99209
RGB
CMYK
RGB Variations
Color information
#C99209 (or 0xC99209) is known color: Dark Goldenrod. HEX triplet: C9, 92 and 09. RGB value is (201,146,9). Sum of RGB (Red+Green+Blue) = 201+146+9=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C99209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99209 is #366DF6. Grayscale: #939393. Windows color (decimal): -3567095 or 627401. OLE color: 627401.
HSL color Cylindrical-coordinate representation of color #C99209: hue angle of 42.81º 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 #C99209 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.21 |
| HSL | 42.81º | 0.91% | 0.41% | - |
| HSV(B) | 42.81º | 0.96% | 0.79% | - |
| XYZ | 34.42 | 33 | 4.81 | - |
| YUV | 146.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 9 | 0 | 0.27 | 0.96 | 0.21 | 42.81 | 0.91 | 0.41 |
| Hex | C9 | 92 | 9 | 0 | 1B | 60 | 15 | 2B | 5B | 29 |
| Octal | 311 | 222 | 11 | 0 | 33 | 140 | 25 | 53 | 133 | 51 |
| Binary | 11001001 | 10010010 | 1001 | 0 | 11011 | 1100000 | 10101 | 101011 | 1011011 | 101001 |
Color Harmonies of #C99209
Complementary color
Monochromatic Colors of #C99209
Black with #C99209
Text Example
Text Example
White with #C99209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99209; }
p { color: rgb(201,146,9); }
H1.HeaderClassName
{
color: #C99209;
}
.AnyTagClassName
{
color: #C99209;
}
</style>
background-color css
<style>
a { background-color: #C99209; }
a { background-color: rgb(201,146,9); }
div.DivClassName
{
background-color: #C99209;
}
.BgClassName
{
background-color: #C99209;
}
</style>
border-color css
<style>
span { border-color: #C99209; }
span { border-color: rgb(201,146,9); }
td.TdClassName
{
border-color: #C99209;
}
.TagClassName
{
border-color: #C99209;
}
</style>