Shades of Dark Goldenrod #CC9109
Tints of Dark Goldenrod #CC9109
RGB
CMYK
RGB Variations
Color information
#CC9109 (or 0xCC9109) is known color: Dark Goldenrod. HEX triplet: CC, 91 and 09. RGB value is (204,145,9). Sum of RGB (Red+Green+Blue) = 204+145+9=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9109 is #336EF6. Grayscale: #939393. Windows color (decimal): -3370743 or 627148. OLE color: 627148.
HSL color Cylindrical-coordinate representation of color #CC9109: hue angle of 41.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC9109 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 9 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.2 |
| HSL | 41.85º | 0.92% | 0.42% | - |
| HSV(B) | 41.85º | 0.96% | 0.8% | - |
| XYZ | 35.08 | 33.11 | 4.8 | - |
| YUV | 147.14 | 50.05 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 9 | 0 | 0.29 | 0.96 | 0.2 | 41.85 | 0.92 | 0.42 |
| Hex | CC | 91 | 9 | 0 | 1D | 60 | 14 | 2A | 5C | 2A |
| Octal | 314 | 221 | 11 | 0 | 35 | 140 | 24 | 52 | 134 | 52 |
| Binary | 11001100 | 10010001 | 1001 | 0 | 11101 | 1100000 | 10100 | 101010 | 1011100 | 101010 |
Color Harmonies of #CC9109
Complementary color
Monochromatic Colors of #CC9109
Black with #CC9109
Text Example
Text Example
White with #CC9109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9109; }
p { color: rgb(204,145,9); }
H1.HeaderClassName
{
color: #CC9109;
}
.AnyTagClassName
{
color: #CC9109;
}
</style>
background-color css
<style>
a { background-color: #CC9109; }
a { background-color: rgb(204,145,9); }
div.DivClassName
{
background-color: #CC9109;
}
.BgClassName
{
background-color: #CC9109;
}
</style>
border-color css
<style>
span { border-color: #CC9109; }
span { border-color: rgb(204,145,9); }
td.TdClassName
{
border-color: #CC9109;
}
.TagClassName
{
border-color: #CC9109;
}
</style>