Shades of Dark Goldenrod #CC7C04
Tints of Dark Goldenrod #CC7C04
RGB
CMYK
RGB Variations
Color information
#CC7C04 (or 0xCC7C04) is known color: Dark Goldenrod. HEX triplet: CC, 7C and 04. RGB value is (204,124,4). Sum of RGB (Red+Green+Blue) = 204+124+4=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7C04 is #3383FB. Grayscale: #868686. Windows color (decimal): -3376124 or 294092. OLE color: 294092.
HSL color Cylindrical-coordinate representation of color #CC7C04: hue angle of 36º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC7C04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.2 |
| HSL | 36º | 0.96% | 0.41% | - |
| HSV(B) | 36º | 0.98% | 0.8% | - |
| XYZ | 32.13 | 27.26 | 3.68 | - |
| YUV | 134.24 | 54.5 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 4 | 0 | 0.39 | 0.98 | 0.2 | 36 | 0.96 | 0.41 |
| Hex | CC | 7C | 4 | 0 | 27 | 62 | 14 | 24 | 60 | 29 |
| Octal | 314 | 174 | 4 | 0 | 47 | 142 | 24 | 44 | 140 | 51 |
| Binary | 11001100 | 1111100 | 100 | 0 | 100111 | 1100010 | 10100 | 100100 | 1100000 | 101001 |
Color Harmonies of #CC7C04
Complementary color
Monochromatic Colors of #CC7C04
Black with #CC7C04
Text Example
Text Example
White with #CC7C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C04; }
p { color: rgb(204,124,4); }
H1.HeaderClassName
{
color: #CC7C04;
}
.AnyTagClassName
{
color: #CC7C04;
}
</style>
background-color css
<style>
a { background-color: #CC7C04; }
a { background-color: rgb(204,124,4); }
div.DivClassName
{
background-color: #CC7C04;
}
.BgClassName
{
background-color: #CC7C04;
}
</style>
border-color css
<style>
span { border-color: #CC7C04; }
span { border-color: rgb(204,124,4); }
td.TdClassName
{
border-color: #CC7C04;
}
.TagClassName
{
border-color: #CC7C04;
}
</style>