Shades of Dark Goldenrod #CC8612
Tints of Dark Goldenrod #CC8612
RGB
CMYK
RGB Variations
Color information
#CC8612 (or 0xCC8612) is known color: Dark Goldenrod. HEX triplet: CC, 86 and 12. RGB value is (204,134,18). Sum of RGB (Red+Green+Blue) = 204+134+18=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8612 is #3379ED. Grayscale: #8E8E8E. Windows color (decimal): -3373550 or 1214156. OLE color: 1214156.
HSL color Cylindrical-coordinate representation of color #CC8612: hue angle of 37.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC8612 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 18 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.2 |
| HSL | 37.42º | 0.84% | 0.44% | - |
| HSV(B) | 37.42º | 0.91% | 0.8% | - |
| XYZ | 33.54 | 29.93 | 4.58 | - |
| YUV | 141.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 18 | 0 | 0.34 | 0.91 | 0.2 | 37.42 | 0.84 | 0.44 |
| Hex | CC | 86 | 12 | 0 | 22 | 5B | 14 | 25 | 54 | 2C |
| Octal | 314 | 206 | 22 | 0 | 42 | 133 | 24 | 45 | 124 | 54 |
| Binary | 11001100 | 10000110 | 10010 | 0 | 100010 | 1011011 | 10100 | 100101 | 1010100 | 101100 |
Color Harmonies of #CC8612
Complementary color
Monochromatic Colors of #CC8612
Black with #CC8612
Text Example
Text Example
White with #CC8612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8612; }
p { color: rgb(204,134,18); }
H1.HeaderClassName
{
color: #CC8612;
}
.AnyTagClassName
{
color: #CC8612;
}
</style>
background-color css
<style>
a { background-color: #CC8612; }
a { background-color: rgb(204,134,18); }
div.DivClassName
{
background-color: #CC8612;
}
.BgClassName
{
background-color: #CC8612;
}
</style>
border-color css
<style>
span { border-color: #CC8612; }
span { border-color: rgb(204,134,18); }
td.TdClassName
{
border-color: #CC8612;
}
.TagClassName
{
border-color: #CC8612;
}
</style>