Shades of Dark Goldenrod #CC9107
Tints of Dark Goldenrod #CC9107
RGB
CMYK
RGB Variations
Color information
#CC9107 (or 0xCC9107) is known color: Dark Goldenrod. HEX triplet: CC, 91 and 07. RGB value is (204,145,7). Sum of RGB (Red+Green+Blue) = 204+145+7=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9107 is #336EF8. Grayscale: #939393. Windows color (decimal): -3370745 or 496076. OLE color: 496076.
HSL color Cylindrical-coordinate representation of color #CC9107: hue angle of 42.03º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC9107 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 7 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.2 |
| HSL | 42.03º | 0.93% | 0.41% | - |
| HSV(B) | 42.03º | 0.97% | 0.8% | - |
| XYZ | 35.07 | 33.1 | 4.74 | - |
| YUV | 146.91 | 49.05 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 7 | 0 | 0.29 | 0.97 | 0.2 | 42.03 | 0.93 | 0.41 |
| Hex | CC | 91 | 7 | 0 | 1D | 61 | 14 | 2A | 5D | 29 |
| Octal | 314 | 221 | 7 | 0 | 35 | 141 | 24 | 52 | 135 | 51 |
| Binary | 11001100 | 10010001 | 111 | 0 | 11101 | 1100001 | 10100 | 101010 | 1011101 | 101001 |
Color Harmonies of #CC9107
Complementary color
Monochromatic Colors of #CC9107
Black with #CC9107
Text Example
Text Example
White with #CC9107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9107; }
p { color: rgb(204,145,7); }
H1.HeaderClassName
{
color: #CC9107;
}
.AnyTagClassName
{
color: #CC9107;
}
</style>
background-color css
<style>
a { background-color: #CC9107; }
a { background-color: rgb(204,145,7); }
div.DivClassName
{
background-color: #CC9107;
}
.BgClassName
{
background-color: #CC9107;
}
</style>
border-color css
<style>
span { border-color: #CC9107; }
span { border-color: rgb(204,145,7); }
td.TdClassName
{
border-color: #CC9107;
}
.TagClassName
{
border-color: #CC9107;
}
</style>