Shades of Dark Goldenrod #CC8A08
Tints of Dark Goldenrod #CC8A08
RGB
CMYK
RGB Variations
Color information
#CC8A08 (or 0xCC8A08) is known color: Dark Goldenrod. HEX triplet: CC, 8A and 08. RGB value is (204,138,8). Sum of RGB (Red+Green+Blue) = 204+138+8=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8A08 is #3375F7. Grayscale: #8F8F8F. Windows color (decimal): -3372536 or 559820. OLE color: 559820.
HSL color Cylindrical-coordinate representation of color #CC8A08: hue angle of 39.8º 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 #CC8A08 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.2 |
| HSL | 39.8º | 0.92% | 0.42% | - |
| HSV(B) | 39.8º | 0.96% | 0.8% | - |
| XYZ | 34.03 | 31.03 | 4.43 | - |
| YUV | 142.91 | 51.87 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 8 | 0 | 0.32 | 0.96 | 0.2 | 39.8 | 0.92 | 0.42 |
| Hex | CC | 8A | 8 | 0 | 20 | 60 | 14 | 28 | 5C | 2A |
| Octal | 314 | 212 | 10 | 0 | 40 | 140 | 24 | 50 | 134 | 52 |
| Binary | 11001100 | 10001010 | 1000 | 0 | 100000 | 1100000 | 10100 | 101000 | 1011100 | 101010 |
Color Harmonies of #CC8A08
Complementary color
Monochromatic Colors of #CC8A08
Black with #CC8A08
Text Example
Text Example
White with #CC8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A08; }
p { color: rgb(204,138,8); }
H1.HeaderClassName
{
color: #CC8A08;
}
.AnyTagClassName
{
color: #CC8A08;
}
</style>
background-color css
<style>
a { background-color: #CC8A08; }
a { background-color: rgb(204,138,8); }
div.DivClassName
{
background-color: #CC8A08;
}
.BgClassName
{
background-color: #CC8A08;
}
</style>
border-color css
<style>
span { border-color: #CC8A08; }
span { border-color: rgb(204,138,8); }
td.TdClassName
{
border-color: #CC8A08;
}
.TagClassName
{
border-color: #CC8A08;
}
</style>