Shades of Dark Goldenrod #CC8A0C
Tints of Dark Goldenrod #CC8A0C
RGB
CMYK
RGB Variations
Color information
#CC8A0C (or 0xCC8A0C) is known color: Dark Goldenrod. HEX triplet: CC, 8A and 0C. RGB value is (204,138,12). Sum of RGB (Red+Green+Blue) = 204+138+12=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8A0C is #3375F3. Grayscale: #8F8F8F. Windows color (decimal): -3372532 or 821964. OLE color: 821964.
HSL color Cylindrical-coordinate representation of color #CC8A0C: hue angle of 39.38º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC8A0C is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 12 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.2 |
| HSL | 39.38º | 0.89% | 0.42% | - |
| HSV(B) | 39.38º | 0.94% | 0.8% | - |
| XYZ | 34.06 | 31.04 | 4.54 | - |
| YUV | 143.37 | 53.87 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 12 | 0 | 0.32 | 0.94 | 0.2 | 39.38 | 0.89 | 0.42 |
| Hex | CC | 8A | C | 0 | 20 | 5E | 14 | 27 | 59 | 2A |
| Octal | 314 | 212 | 14 | 0 | 40 | 136 | 24 | 47 | 131 | 52 |
| Binary | 11001100 | 10001010 | 1100 | 0 | 100000 | 1011110 | 10100 | 100111 | 1011001 | 101010 |
Color Harmonies of #CC8A0C
Complementary color
Monochromatic Colors of #CC8A0C
Black with #CC8A0C
Text Example
Text Example
White with #CC8A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A0C; }
p { color: rgb(204,138,12); }
H1.HeaderClassName
{
color: #CC8A0C;
}
.AnyTagClassName
{
color: #CC8A0C;
}
</style>
background-color css
<style>
a { background-color: #CC8A0C; }
a { background-color: rgb(204,138,12); }
div.DivClassName
{
background-color: #CC8A0C;
}
.BgClassName
{
background-color: #CC8A0C;
}
</style>
border-color css
<style>
span { border-color: #CC8A0C; }
span { border-color: rgb(204,138,12); }
td.TdClassName
{
border-color: #CC8A0C;
}
.TagClassName
{
border-color: #CC8A0C;
}
</style>