Shades of Dark Goldenrod #CC8905
Tints of Dark Goldenrod #CC8905
RGB
CMYK
RGB Variations
Color information
#CC8905 (or 0xCC8905) is known color: Dark Goldenrod. HEX triplet: CC, 89 and 05. RGB value is (204,137,5). Sum of RGB (Red+Green+Blue) = 204+137+5=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8905 is #3376FA. Grayscale: #8E8E8E. Windows color (decimal): -3372795 or 362956. OLE color: 362956.
HSL color Cylindrical-coordinate representation of color #CC8905: hue angle of 39.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC8905 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.2 |
| HSL | 39.8º | 0.95% | 0.41% | - |
| HSV(B) | 39.8º | 0.98% | 0.8% | - |
| XYZ | 33.87 | 30.74 | 4.29 | - |
| YUV | 141.99 | 50.7 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 5 | 0 | 0.33 | 0.98 | 0.2 | 39.8 | 0.95 | 0.41 |
| Hex | CC | 89 | 5 | 0 | 21 | 62 | 14 | 28 | 5F | 29 |
| Octal | 314 | 211 | 5 | 0 | 41 | 142 | 24 | 50 | 137 | 51 |
| Binary | 11001100 | 10001001 | 101 | 0 | 100001 | 1100010 | 10100 | 101000 | 1011111 | 101001 |
Color Harmonies of #CC8905
Complementary color
Monochromatic Colors of #CC8905
Black with #CC8905
Text Example
Text Example
White with #CC8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8905; }
p { color: rgb(204,137,5); }
H1.HeaderClassName
{
color: #CC8905;
}
.AnyTagClassName
{
color: #CC8905;
}
</style>
background-color css
<style>
a { background-color: #CC8905; }
a { background-color: rgb(204,137,5); }
div.DivClassName
{
background-color: #CC8905;
}
.BgClassName
{
background-color: #CC8905;
}
</style>
border-color css
<style>
span { border-color: #CC8905; }
span { border-color: rgb(204,137,5); }
td.TdClassName
{
border-color: #CC8905;
}
.TagClassName
{
border-color: #CC8905;
}
</style>