Shades of Dark Goldenrod #CC840C
Tints of Dark Goldenrod #CC840C
RGB
CMYK
RGB Variations
Color information
#CC840C (or 0xCC840C) is known color: Dark Goldenrod. HEX triplet: CC, 84 and 0C. RGB value is (204,132,12). Sum of RGB (Red+Green+Blue) = 204+132+12=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC840C is #337BF3. Grayscale: #8C8C8C. Windows color (decimal): -3374068 or 820428. OLE color: 820428.
HSL color Cylindrical-coordinate representation of color #CC840C: hue angle of 37.5º 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 #CC840C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 12 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.2 |
| HSL | 37.5º | 0.89% | 0.42% | - |
| HSV(B) | 37.5º | 0.94% | 0.8% | - |
| XYZ | 33.22 | 29.37 | 4.27 | - |
| YUV | 139.85 | 55.85 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 12 | 0 | 0.35 | 0.94 | 0.2 | 37.5 | 0.89 | 0.42 |
| Hex | CC | 84 | C | 0 | 23 | 5E | 14 | 26 | 59 | 2A |
| Octal | 314 | 204 | 14 | 0 | 43 | 136 | 24 | 46 | 131 | 52 |
| Binary | 11001100 | 10000100 | 1100 | 0 | 100011 | 1011110 | 10100 | 100110 | 1011001 | 101010 |
Color Harmonies of #CC840C
Complementary color
Monochromatic Colors of #CC840C
Black with #CC840C
Text Example
Text Example
White with #CC840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC840C; }
p { color: rgb(204,132,12); }
H1.HeaderClassName
{
color: #CC840C;
}
.AnyTagClassName
{
color: #CC840C;
}
</style>
background-color css
<style>
a { background-color: #CC840C; }
a { background-color: rgb(204,132,12); }
div.DivClassName
{
background-color: #CC840C;
}
.BgClassName
{
background-color: #CC840C;
}
</style>
border-color css
<style>
span { border-color: #CC840C; }
span { border-color: rgb(204,132,12); }
td.TdClassName
{
border-color: #CC840C;
}
.TagClassName
{
border-color: #CC840C;
}
</style>