Shades of Dark Goldenrod #CC7D04
Tints of Dark Goldenrod #CC7D04
RGB
CMYK
RGB Variations
Color information
#CC7D04 (or 0xCC7D04) is known color: Dark Goldenrod. HEX triplet: CC, 7D and 04. RGB value is (204,125,4). Sum of RGB (Red+Green+Blue) = 204+125+4=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D04 is #3382FB. Grayscale: #878787. Windows color (decimal): -3375868 or 294348. OLE color: 294348.
HSL color Cylindrical-coordinate representation of color #CC7D04: hue angle of 36.3º 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 #CC7D04 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 4 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.2 |
| HSL | 36.3º | 0.96% | 0.41% | - |
| HSV(B) | 36.3º | 0.98% | 0.8% | - |
| XYZ | 32.26 | 27.51 | 3.73 | - |
| YUV | 134.83 | 54.17 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 4 | 0 | 0.39 | 0.98 | 0.2 | 36.3 | 0.96 | 0.41 |
| Hex | CC | 7D | 4 | 0 | 27 | 62 | 14 | 24 | 60 | 29 |
| Octal | 314 | 175 | 4 | 0 | 47 | 142 | 24 | 44 | 140 | 51 |
| Binary | 11001100 | 1111101 | 100 | 0 | 100111 | 1100010 | 10100 | 100100 | 1100000 | 101001 |
Color Harmonies of #CC7D04
Complementary color
Monochromatic Colors of #CC7D04
Black with #CC7D04
Text Example
Text Example
White with #CC7D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D04; }
p { color: rgb(204,125,4); }
H1.HeaderClassName
{
color: #CC7D04;
}
.AnyTagClassName
{
color: #CC7D04;
}
</style>
background-color css
<style>
a { background-color: #CC7D04; }
a { background-color: rgb(204,125,4); }
div.DivClassName
{
background-color: #CC7D04;
}
.BgClassName
{
background-color: #CC7D04;
}
</style>
border-color css
<style>
span { border-color: #CC7D04; }
span { border-color: rgb(204,125,4); }
td.TdClassName
{
border-color: #CC7D04;
}
.TagClassName
{
border-color: #CC7D04;
}
</style>