Shades of Dark Goldenrod #CC7705
Tints of Dark Goldenrod #CC7705
RGB
CMYK
RGB Variations
Color information
#CC7705 (or 0xCC7705) is known color: Dark Goldenrod. HEX triplet: CC, 77 and 05. RGB value is (204,119,5). Sum of RGB (Red+Green+Blue) = 204+119+5=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7705 is #3388FA. Grayscale: #838383. Windows color (decimal): -3377403 or 358348. OLE color: 358348.
HSL color Cylindrical-coordinate representation of color #CC7705: hue angle of 34.37º 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 #CC7705 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 119 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.2 |
| HSL | 34.37º | 0.95% | 0.41% | - |
| HSV(B) | 34.37º | 0.98% | 0.8% | - |
| XYZ | 31.53 | 26.04 | 3.51 | - |
| YUV | 131.42 | 56.66 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 5 | 0 | 0.42 | 0.98 | 0.2 | 34.37 | 0.95 | 0.41 |
| Hex | CC | 77 | 5 | 0 | 2A | 62 | 14 | 22 | 5F | 29 |
| Octal | 314 | 167 | 5 | 0 | 52 | 142 | 24 | 42 | 137 | 51 |
| Binary | 11001100 | 1110111 | 101 | 0 | 101010 | 1100010 | 10100 | 100010 | 1011111 | 101001 |
Color Harmonies of #CC7705
Complementary color
Monochromatic Colors of #CC7705
Black with #CC7705
Text Example
Text Example
White with #CC7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7705; }
p { color: rgb(204,119,5); }
H1.HeaderClassName
{
color: #CC7705;
}
.AnyTagClassName
{
color: #CC7705;
}
</style>
background-color css
<style>
a { background-color: #CC7705; }
a { background-color: rgb(204,119,5); }
div.DivClassName
{
background-color: #CC7705;
}
.BgClassName
{
background-color: #CC7705;
}
</style>
border-color css
<style>
span { border-color: #CC7705; }
span { border-color: rgb(204,119,5); }
td.TdClassName
{
border-color: #CC7705;
}
.TagClassName
{
border-color: #CC7705;
}
</style>