Shades of Dark Goldenrod #CC8508
Tints of Dark Goldenrod #CC8508
RGB
CMYK
RGB Variations
Color information
#CC8508 (or 0xCC8508) is known color: Dark Goldenrod. HEX triplet: CC, 85 and 08. RGB value is (204,133,8). Sum of RGB (Red+Green+Blue) = 204+133+8=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8508 is #337AF7. Grayscale: #8C8C8C. Windows color (decimal): -3373816 or 558540. OLE color: 558540.
HSL color Cylindrical-coordinate representation of color #CC8508: hue angle of 38.27º 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 #CC8508 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.2 |
| HSL | 38.27º | 0.92% | 0.42% | - |
| HSV(B) | 38.27º | 0.96% | 0.8% | - |
| XYZ | 33.33 | 29.63 | 4.19 | - |
| YUV | 139.98 | 53.52 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 8 | 0 | 0.35 | 0.96 | 0.2 | 38.27 | 0.92 | 0.42 |
| Hex | CC | 85 | 8 | 0 | 23 | 60 | 14 | 26 | 5C | 2A |
| Octal | 314 | 205 | 10 | 0 | 43 | 140 | 24 | 46 | 134 | 52 |
| Binary | 11001100 | 10000101 | 1000 | 0 | 100011 | 1100000 | 10100 | 100110 | 1011100 | 101010 |
Color Harmonies of #CC8508
Complementary color
Monochromatic Colors of #CC8508
Black with #CC8508
Text Example
Text Example
White with #CC8508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8508; }
p { color: rgb(204,133,8); }
H1.HeaderClassName
{
color: #CC8508;
}
.AnyTagClassName
{
color: #CC8508;
}
</style>
background-color css
<style>
a { background-color: #CC8508; }
a { background-color: rgb(204,133,8); }
div.DivClassName
{
background-color: #CC8508;
}
.BgClassName
{
background-color: #CC8508;
}
</style>
border-color css
<style>
span { border-color: #CC8508; }
span { border-color: rgb(204,133,8); }
td.TdClassName
{
border-color: #CC8508;
}
.TagClassName
{
border-color: #CC8508;
}
</style>