Shades of Dark Goldenrod #CC7A03
Tints of Dark Goldenrod #CC7A03
RGB
CMYK
RGB Variations
Color information
#CC7A03 (or 0xCC7A03) is known color: Dark Goldenrod. HEX triplet: CC, 7A and 03. RGB value is (204,122,3). Sum of RGB (Red+Green+Blue) = 204+122+3=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A03 is #3385FC. Grayscale: #858585. Windows color (decimal): -3376637 or 228044. OLE color: 228044.
HSL color Cylindrical-coordinate representation of color #CC7A03: hue angle of 35.52º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC7A03 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.2 |
| HSL | 35.52º | 0.97% | 0.41% | - |
| HSV(B) | 35.52º | 0.99% | 0.8% | - |
| XYZ | 31.88 | 26.76 | 3.57 | - |
| YUV | 132.95 | 54.67 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 3 | 0 | 0.40 | 0.99 | 0.2 | 35.52 | 0.97 | 0.41 |
| Hex | CC | 7A | 3 | 0 | 28 | 63 | 14 | 24 | 61 | 29 |
| Octal | 314 | 172 | 3 | 0 | 50 | 143 | 24 | 44 | 141 | 51 |
| Binary | 11001100 | 1111010 | 11 | 0 | 101000 | 1100011 | 10100 | 100100 | 1100001 | 101001 |
Color Harmonies of #CC7A03
Complementary color
Monochromatic Colors of #CC7A03
Black with #CC7A03
Text Example
Text Example
White with #CC7A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A03; }
p { color: rgb(204,122,3); }
H1.HeaderClassName
{
color: #CC7A03;
}
.AnyTagClassName
{
color: #CC7A03;
}
</style>
background-color css
<style>
a { background-color: #CC7A03; }
a { background-color: rgb(204,122,3); }
div.DivClassName
{
background-color: #CC7A03;
}
.BgClassName
{
background-color: #CC7A03;
}
</style>
border-color css
<style>
span { border-color: #CC7A03; }
span { border-color: rgb(204,122,3); }
td.TdClassName
{
border-color: #CC7A03;
}
.TagClassName
{
border-color: #CC7A03;
}
</style>