Shades of Dark Goldenrod #CC8A05
Tints of Dark Goldenrod #CC8A05
RGB
CMYK
RGB Variations
Color information
#CC8A05 (or 0xCC8A05) is known color: Dark Goldenrod. HEX triplet: CC, 8A and 05. RGB value is (204,138,5). Sum of RGB (Red+Green+Blue) = 204+138+5=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8A05 is #3375FA. Grayscale: #8F8F8F. Windows color (decimal): -3372539 or 363212. OLE color: 363212.
HSL color Cylindrical-coordinate representation of color #CC8A05: hue angle of 40.1º 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 #CC8A05 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 5 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.2 |
| HSL | 40.1º | 0.95% | 0.41% | - |
| HSV(B) | 40.1º | 0.98% | 0.8% | - |
| XYZ | 34.02 | 31.03 | 4.34 | - |
| YUV | 142.57 | 50.37 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 5 | 0 | 0.32 | 0.98 | 0.2 | 40.1 | 0.95 | 0.41 |
| Hex | CC | 8A | 5 | 0 | 20 | 62 | 14 | 28 | 5F | 29 |
| Octal | 314 | 212 | 5 | 0 | 40 | 142 | 24 | 50 | 137 | 51 |
| Binary | 11001100 | 10001010 | 101 | 0 | 100000 | 1100010 | 10100 | 101000 | 1011111 | 101001 |
Color Harmonies of #CC8A05
Complementary color
Monochromatic Colors of #CC8A05
Black with #CC8A05
Text Example
Text Example
White with #CC8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A05; }
p { color: rgb(204,138,5); }
H1.HeaderClassName
{
color: #CC8A05;
}
.AnyTagClassName
{
color: #CC8A05;
}
</style>
background-color css
<style>
a { background-color: #CC8A05; }
a { background-color: rgb(204,138,5); }
div.DivClassName
{
background-color: #CC8A05;
}
.BgClassName
{
background-color: #CC8A05;
}
</style>
border-color css
<style>
span { border-color: #CC8A05; }
span { border-color: rgb(204,138,5); }
td.TdClassName
{
border-color: #CC8A05;
}
.TagClassName
{
border-color: #CC8A05;
}
</style>