Shades of Dark Goldenrod #CC9705
Tints of Dark Goldenrod #CC9705
RGB
CMYK
RGB Variations
Color information
#CC9705 (or 0xCC9705) is known color: Dark Goldenrod. HEX triplet: CC, 97 and 05. RGB value is (204,151,5). Sum of RGB (Red+Green+Blue) = 204+151+5=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9705 is #3368FA. Grayscale: #969696. Windows color (decimal): -3369211 or 366540. OLE color: 366540.
HSL color Cylindrical-coordinate representation of color #CC9705: hue angle of 44.02º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC9705 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.2 |
| HSL | 44.02º | 0.95% | 0.41% | - |
| HSV(B) | 44.02º | 0.98% | 0.8% | - |
| XYZ | 36 | 34.98 | 5 | - |
| YUV | 150.2 | 46.06 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 5 | 0 | 0.26 | 0.98 | 0.2 | 44.02 | 0.95 | 0.41 |
| Hex | CC | 97 | 5 | 0 | 1A | 62 | 14 | 2C | 5F | 29 |
| Octal | 314 | 227 | 5 | 0 | 32 | 142 | 24 | 54 | 137 | 51 |
| Binary | 11001100 | 10010111 | 101 | 0 | 11010 | 1100010 | 10100 | 101100 | 1011111 | 101001 |
Color Harmonies of #CC9705
Complementary color
Monochromatic Colors of #CC9705
Black with #CC9705
Text Example
Text Example
White with #CC9705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9705; }
p { color: rgb(204,151,5); }
H1.HeaderClassName
{
color: #CC9705;
}
.AnyTagClassName
{
color: #CC9705;
}
</style>
background-color css
<style>
a { background-color: #CC9705; }
a { background-color: rgb(204,151,5); }
div.DivClassName
{
background-color: #CC9705;
}
.BgClassName
{
background-color: #CC9705;
}
</style>
border-color css
<style>
span { border-color: #CC9705; }
span { border-color: rgb(204,151,5); }
td.TdClassName
{
border-color: #CC9705;
}
.TagClassName
{
border-color: #CC9705;
}
</style>