Shades of Dark Goldenrod #CC7F0A
Tints of Dark Goldenrod #CC7F0A
RGB
CMYK
RGB Variations
Color information
#CC7F0A (or 0xCC7F0A) is known color: Dark Goldenrod. HEX triplet: CC, 7F and 0A. RGB value is (204,127,10). Sum of RGB (Red+Green+Blue) = 204+127+10=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7F0A is #3380F5. Grayscale: #898989. Windows color (decimal): -3375350 or 688076. OLE color: 688076.
HSL color Cylindrical-coordinate representation of color #CC7F0A: hue angle of 36.19º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC7F0A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.2 |
| HSL | 36.19º | 0.91% | 0.42% | - |
| HSV(B) | 36.19º | 0.95% | 0.8% | - |
| XYZ | 32.55 | 28.04 | 3.98 | - |
| YUV | 136.69 | 56.51 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 10 | 0 | 0.38 | 0.95 | 0.2 | 36.19 | 0.91 | 0.42 |
| Hex | CC | 7F | A | 0 | 26 | 5F | 14 | 24 | 5B | 2A |
| Octal | 314 | 177 | 12 | 0 | 46 | 137 | 24 | 44 | 133 | 52 |
| Binary | 11001100 | 1111111 | 1010 | 0 | 100110 | 1011111 | 10100 | 100100 | 1011011 | 101010 |
Color Harmonies of #CC7F0A
Complementary color
Monochromatic Colors of #CC7F0A
Black with #CC7F0A
Text Example
Text Example
White with #CC7F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F0A; }
p { color: rgb(204,127,10); }
H1.HeaderClassName
{
color: #CC7F0A;
}
.AnyTagClassName
{
color: #CC7F0A;
}
</style>
background-color css
<style>
a { background-color: #CC7F0A; }
a { background-color: rgb(204,127,10); }
div.DivClassName
{
background-color: #CC7F0A;
}
.BgClassName
{
background-color: #CC7F0A;
}
</style>
border-color css
<style>
span { border-color: #CC7F0A; }
span { border-color: rgb(204,127,10); }
td.TdClassName
{
border-color: #CC7F0A;
}
.TagClassName
{
border-color: #CC7F0A;
}
</style>