Shades of Dark Goldenrod #CC7C00
Tints of Dark Goldenrod #CC7C00
RGB
CMYK
RGB Variations
Color information
#CC7C00 (or 0xCC7C00) is known color: Dark Goldenrod. HEX triplet: CC, 7C and 00. RGB value is (204,124,0). Sum of RGB (Red+Green+Blue) = 204+124+0=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7C00 is #3383FF. Grayscale: #868686. Windows color (decimal): -3376128 or 31948. OLE color: 31948.
HSL color Cylindrical-coordinate representation of color #CC7C00: hue angle of 36.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC7C00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.2 |
| HSL | 36.47º | 1% | 0.4% | - |
| HSV(B) | 36.47º | 1% | 0.8% | - |
| XYZ | 32.11 | 27.25 | 3.57 | - |
| YUV | 133.78 | 52.5 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 0 | 0 | 0.39 | 1 | 0.2 | 36.47 | 1 | 0.4 |
| Hex | CC | 7C | 0 | 0 | 27 | 64 | 14 | 24 | 64 | 28 |
| Octal | 314 | 174 | 0 | 0 | 47 | 144 | 24 | 44 | 144 | 50 |
| Binary | 11001100 | 1111100 | 0 | 0 | 100111 | 1100100 | 10100 | 100100 | 1100100 | 101000 |
Color Harmonies of #CC7C00
Complementary color
Monochromatic Colors of #CC7C00
Black with #CC7C00
Text Example
Text Example
White with #CC7C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C00; }
p { color: rgb(204,124,0); }
H1.HeaderClassName
{
color: #CC7C00;
}
.AnyTagClassName
{
color: #CC7C00;
}
</style>
background-color css
<style>
a { background-color: #CC7C00; }
a { background-color: rgb(204,124,0); }
div.DivClassName
{
background-color: #CC7C00;
}
.BgClassName
{
background-color: #CC7C00;
}
</style>
border-color css
<style>
span { border-color: #CC7C00; }
span { border-color: rgb(204,124,0); }
td.TdClassName
{
border-color: #CC7C00;
}
.TagClassName
{
border-color: #CC7C00;
}
</style>