Shades of Dark Goldenrod #CC8509
Tints of Dark Goldenrod #CC8509
RGB
CMYK
RGB Variations
Color information
#CC8509 (or 0xCC8509) is known color: Dark Goldenrod. HEX triplet: CC, 85 and 09. RGB value is (204,133,9). Sum of RGB (Red+Green+Blue) = 204+133+9=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8509 is #337AF6. Grayscale: #8C8C8C. Windows color (decimal): -3373815 or 624076. OLE color: 624076.
HSL color Cylindrical-coordinate representation of color #CC8509: hue angle of 38.15º 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 #CC8509 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 9 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.2 |
| HSL | 38.15º | 0.92% | 0.42% | - |
| HSV(B) | 38.15º | 0.96% | 0.8% | - |
| XYZ | 33.34 | 29.63 | 4.22 | - |
| YUV | 140.09 | 54.02 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 9 | 0 | 0.35 | 0.96 | 0.2 | 38.15 | 0.92 | 0.42 |
| Hex | CC | 85 | 9 | 0 | 23 | 60 | 14 | 26 | 5C | 2A |
| Octal | 314 | 205 | 11 | 0 | 43 | 140 | 24 | 46 | 134 | 52 |
| Binary | 11001100 | 10000101 | 1001 | 0 | 100011 | 1100000 | 10100 | 100110 | 1011100 | 101010 |
Color Harmonies of #CC8509
Complementary color
Monochromatic Colors of #CC8509
Black with #CC8509
Text Example
Text Example
White with #CC8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8509; }
p { color: rgb(204,133,9); }
H1.HeaderClassName
{
color: #CC8509;
}
.AnyTagClassName
{
color: #CC8509;
}
</style>
background-color css
<style>
a { background-color: #CC8509; }
a { background-color: rgb(204,133,9); }
div.DivClassName
{
background-color: #CC8509;
}
.BgClassName
{
background-color: #CC8509;
}
</style>
border-color css
<style>
span { border-color: #CC8509; }
span { border-color: rgb(204,133,9); }
td.TdClassName
{
border-color: #CC8509;
}
.TagClassName
{
border-color: #CC8509;
}
</style>