Shades of Dark Goldenrod #CC7D03
Tints of Dark Goldenrod #CC7D03
RGB
CMYK
RGB Variations
Color information
#CC7D03 (or 0xCC7D03) is known color: Dark Goldenrod. HEX triplet: CC, 7D and 03. RGB value is (204,125,3). Sum of RGB (Red+Green+Blue) = 204+125+3=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D03 is #3382FC. Grayscale: #878787. Windows color (decimal): -3375869 or 228812. OLE color: 228812.
HSL color Cylindrical-coordinate representation of color #CC7D03: hue angle of 36.42º 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 #CC7D03 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.2 |
| HSL | 36.42º | 0.97% | 0.41% | - |
| HSV(B) | 36.42º | 0.99% | 0.8% | - |
| XYZ | 32.25 | 27.51 | 3.7 | - |
| YUV | 134.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 3 | 0 | 0.39 | 0.99 | 0.2 | 36.42 | 0.97 | 0.41 |
| Hex | CC | 7D | 3 | 0 | 27 | 63 | 14 | 24 | 61 | 29 |
| Octal | 314 | 175 | 3 | 0 | 47 | 143 | 24 | 44 | 141 | 51 |
| Binary | 11001100 | 1111101 | 11 | 0 | 100111 | 1100011 | 10100 | 100100 | 1100001 | 101001 |
Color Harmonies of #CC7D03
Complementary color
Monochromatic Colors of #CC7D03
Black with #CC7D03
Text Example
Text Example
White with #CC7D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D03; }
p { color: rgb(204,125,3); }
H1.HeaderClassName
{
color: #CC7D03;
}
.AnyTagClassName
{
color: #CC7D03;
}
</style>
background-color css
<style>
a { background-color: #CC7D03; }
a { background-color: rgb(204,125,3); }
div.DivClassName
{
background-color: #CC7D03;
}
.BgClassName
{
background-color: #CC7D03;
}
</style>
border-color css
<style>
span { border-color: #CC7D03; }
span { border-color: rgb(204,125,3); }
td.TdClassName
{
border-color: #CC7D03;
}
.TagClassName
{
border-color: #CC7D03;
}
</style>