Shades of Dark Goldenrod #CC9011
Tints of Dark Goldenrod #CC9011
RGB
CMYK
RGB Variations
Color information
#CC9011 (or 0xCC9011) is known color: Dark Goldenrod. HEX triplet: CC, 90 and 11. RGB value is (204,144,17). Sum of RGB (Red+Green+Blue) = 204+144+17=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9011 is #336FEE. Grayscale: #949494. Windows color (decimal): -3370991 or 1151180. OLE color: 1151180.
HSL color Cylindrical-coordinate representation of color #CC9011: hue angle of 40.75º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC9011 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 17 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.2 |
| HSL | 40.75º | 0.85% | 0.43% | - |
| HSV(B) | 40.75º | 0.92% | 0.8% | - |
| XYZ | 34.98 | 32.82 | 5.02 | - |
| YUV | 147.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 17 | 0 | 0.29 | 0.92 | 0.2 | 40.75 | 0.85 | 0.43 |
| Hex | CC | 90 | 11 | 0 | 1D | 5C | 14 | 29 | 55 | 2B |
| Octal | 314 | 220 | 21 | 0 | 35 | 134 | 24 | 51 | 125 | 53 |
| Binary | 11001100 | 10010000 | 10001 | 0 | 11101 | 1011100 | 10100 | 101001 | 1010101 | 101011 |
Color Harmonies of #CC9011
Complementary color
Monochromatic Colors of #CC9011
Black with #CC9011
Text Example
Text Example
White with #CC9011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9011; }
p { color: rgb(204,144,17); }
H1.HeaderClassName
{
color: #CC9011;
}
.AnyTagClassName
{
color: #CC9011;
}
</style>
background-color css
<style>
a { background-color: #CC9011; }
a { background-color: rgb(204,144,17); }
div.DivClassName
{
background-color: #CC9011;
}
.BgClassName
{
background-color: #CC9011;
}
</style>
border-color css
<style>
span { border-color: #CC9011; }
span { border-color: rgb(204,144,17); }
td.TdClassName
{
border-color: #CC9011;
}
.TagClassName
{
border-color: #CC9011;
}
</style>