Shades of Dark Goldenrod #CC8F08
Tints of Dark Goldenrod #CC8F08
RGB
CMYK
RGB Variations
Color information
#CC8F08 (or 0xCC8F08) is known color: Dark Goldenrod. HEX triplet: CC, 8F and 08. RGB value is (204,143,8). Sum of RGB (Red+Green+Blue) = 204+143+8=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8F08 is #3370F7. Grayscale: #929292. Windows color (decimal): -3371256 or 561100. OLE color: 561100.
HSL color Cylindrical-coordinate representation of color #CC8F08: hue angle of 41.33º 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 #CC8F08 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 8 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.2 |
| HSL | 41.33º | 0.92% | 0.42% | - |
| HSV(B) | 41.33º | 0.96% | 0.8% | - |
| XYZ | 34.77 | 32.5 | 4.67 | - |
| YUV | 145.85 | 50.21 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 8 | 0 | 0.30 | 0.96 | 0.2 | 41.33 | 0.92 | 0.42 |
| Hex | CC | 8F | 8 | 0 | 1E | 60 | 14 | 29 | 5C | 2A |
| Octal | 314 | 217 | 10 | 0 | 36 | 140 | 24 | 51 | 134 | 52 |
| Binary | 11001100 | 10001111 | 1000 | 0 | 11110 | 1100000 | 10100 | 101001 | 1011100 | 101010 |
Color Harmonies of #CC8F08
Complementary color
Monochromatic Colors of #CC8F08
Black with #CC8F08
Text Example
Text Example
White with #CC8F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F08; }
p { color: rgb(204,143,8); }
H1.HeaderClassName
{
color: #CC8F08;
}
.AnyTagClassName
{
color: #CC8F08;
}
</style>
background-color css
<style>
a { background-color: #CC8F08; }
a { background-color: rgb(204,143,8); }
div.DivClassName
{
background-color: #CC8F08;
}
.BgClassName
{
background-color: #CC8F08;
}
</style>
border-color css
<style>
span { border-color: #CC8F08; }
span { border-color: rgb(204,143,8); }
td.TdClassName
{
border-color: #CC8F08;
}
.TagClassName
{
border-color: #CC8F08;
}
</style>