Shades of Dark Goldenrod #CC920C
Tints of Dark Goldenrod #CC920C
RGB
CMYK
RGB Variations
Color information
#CC920C (or 0xCC920C) is known color: Dark Goldenrod. HEX triplet: CC, 92 and 0C. RGB value is (204,146,12). Sum of RGB (Red+Green+Blue) = 204+146+12=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC920C is #336DF3. Grayscale: #949494. Windows color (decimal): -3370484 or 824012. OLE color: 824012.
HSL color Cylindrical-coordinate representation of color #CC920C: hue angle of 41.88º 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 #CC920C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.2 |
| HSL | 41.88º | 0.89% | 0.42% | - |
| HSV(B) | 41.88º | 0.94% | 0.8% | - |
| XYZ | 35.25 | 33.42 | 4.94 | - |
| YUV | 148.07 | 51.22 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 12 | 0 | 0.28 | 0.94 | 0.2 | 41.88 | 0.89 | 0.42 |
| Hex | CC | 92 | C | 0 | 1C | 5E | 14 | 2A | 59 | 2A |
| Octal | 314 | 222 | 14 | 0 | 34 | 136 | 24 | 52 | 131 | 52 |
| Binary | 11001100 | 10010010 | 1100 | 0 | 11100 | 1011110 | 10100 | 101010 | 1011001 | 101010 |
Color Harmonies of #CC920C
Complementary color
Monochromatic Colors of #CC920C
Black with #CC920C
Text Example
Text Example
White with #CC920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC920C; }
p { color: rgb(204,146,12); }
H1.HeaderClassName
{
color: #CC920C;
}
.AnyTagClassName
{
color: #CC920C;
}
</style>
background-color css
<style>
a { background-color: #CC920C; }
a { background-color: rgb(204,146,12); }
div.DivClassName
{
background-color: #CC920C;
}
.BgClassName
{
background-color: #CC920C;
}
</style>
border-color css
<style>
span { border-color: #CC920C; }
span { border-color: rgb(204,146,12); }
td.TdClassName
{
border-color: #CC920C;
}
.TagClassName
{
border-color: #CC920C;
}
</style>