Shades of Dark Goldenrod #CC7D05
Tints of Dark Goldenrod #CC7D05
RGB
CMYK
RGB Variations
Color information
#CC7D05 (or 0xCC7D05) is known color: Dark Goldenrod. HEX triplet: CC, 7D and 05. RGB value is (204,125,5). Sum of RGB (Red+Green+Blue) = 204+125+5=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D05 is #3382FA. Grayscale: #878787. Windows color (decimal): -3375867 or 359884. OLE color: 359884.
HSL color Cylindrical-coordinate representation of color #CC7D05: hue angle of 36.18º degrees, saturation: 0.95, 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 #CC7D05 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 5 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.2 |
| HSL | 36.18º | 0.95% | 0.41% | - |
| HSV(B) | 36.18º | 0.98% | 0.8% | - |
| XYZ | 32.26 | 27.52 | 3.75 | - |
| YUV | 134.94 | 54.67 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 5 | 0 | 0.39 | 0.98 | 0.2 | 36.18 | 0.95 | 0.41 |
| Hex | CC | 7D | 5 | 0 | 27 | 62 | 14 | 24 | 5F | 29 |
| Octal | 314 | 175 | 5 | 0 | 47 | 142 | 24 | 44 | 137 | 51 |
| Binary | 11001100 | 1111101 | 101 | 0 | 100111 | 1100010 | 10100 | 100100 | 1011111 | 101001 |
Color Harmonies of #CC7D05
Complementary color
Monochromatic Colors of #CC7D05
Black with #CC7D05
Text Example
Text Example
White with #CC7D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D05; }
p { color: rgb(204,125,5); }
H1.HeaderClassName
{
color: #CC7D05;
}
.AnyTagClassName
{
color: #CC7D05;
}
</style>
background-color css
<style>
a { background-color: #CC7D05; }
a { background-color: rgb(204,125,5); }
div.DivClassName
{
background-color: #CC7D05;
}
.BgClassName
{
background-color: #CC7D05;
}
</style>
border-color css
<style>
span { border-color: #CC7D05; }
span { border-color: rgb(204,125,5); }
td.TdClassName
{
border-color: #CC7D05;
}
.TagClassName
{
border-color: #CC7D05;
}
</style>