Shades of Dark Goldenrod #CC7D0A
Tints of Dark Goldenrod #CC7D0A
RGB
CMYK
RGB Variations
Color information
#CC7D0A (or 0xCC7D0A) is known color: Dark Goldenrod. HEX triplet: CC, 7D and 0A. RGB value is (204,125,10). Sum of RGB (Red+Green+Blue) = 204+125+10=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D0A is #3382F5. Grayscale: #888888. Windows color (decimal): -3375862 or 687564. OLE color: 687564.
HSL color Cylindrical-coordinate representation of color #CC7D0A: hue angle of 35.57º 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 #CC7D0A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.2 |
| HSL | 35.57º | 0.91% | 0.42% | - |
| HSV(B) | 35.57º | 0.95% | 0.8% | - |
| XYZ | 32.29 | 27.53 | 3.9 | - |
| YUV | 135.51 | 57.17 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 10 | 0 | 0.39 | 0.95 | 0.2 | 35.57 | 0.91 | 0.42 |
| Hex | CC | 7D | A | 0 | 27 | 5F | 14 | 24 | 5B | 2A |
| Octal | 314 | 175 | 12 | 0 | 47 | 137 | 24 | 44 | 133 | 52 |
| Binary | 11001100 | 1111101 | 1010 | 0 | 100111 | 1011111 | 10100 | 100100 | 1011011 | 101010 |
Color Harmonies of #CC7D0A
Complementary color
Monochromatic Colors of #CC7D0A
Black with #CC7D0A
Text Example
Text Example
White with #CC7D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D0A; }
p { color: rgb(204,125,10); }
H1.HeaderClassName
{
color: #CC7D0A;
}
.AnyTagClassName
{
color: #CC7D0A;
}
</style>
background-color css
<style>
a { background-color: #CC7D0A; }
a { background-color: rgb(204,125,10); }
div.DivClassName
{
background-color: #CC7D0A;
}
.BgClassName
{
background-color: #CC7D0A;
}
</style>
border-color css
<style>
span { border-color: #CC7D0A; }
span { border-color: rgb(204,125,10); }
td.TdClassName
{
border-color: #CC7D0A;
}
.TagClassName
{
border-color: #CC7D0A;
}
</style>