Shades of Dark Goldenrod #CC8F09
Tints of Dark Goldenrod #CC8F09
RGB
CMYK
RGB Variations
Color information
#CC8F09 (or 0xCC8F09) is known color: Dark Goldenrod. HEX triplet: CC, 8F and 09. RGB value is (204,143,9). Sum of RGB (Red+Green+Blue) = 204+143+9=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8F09 is #3370F6. Grayscale: #929292. Windows color (decimal): -3371255 or 626636. OLE color: 626636.
HSL color Cylindrical-coordinate representation of color #CC8F09: hue angle of 41.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC8F09 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 9 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.2 |
| HSL | 41.23º | 0.92% | 0.42% | - |
| HSV(B) | 41.23º | 0.96% | 0.8% | - |
| XYZ | 34.77 | 32.5 | 4.7 | - |
| YUV | 145.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 9 | 0 | 0.30 | 0.96 | 0.2 | 41.23 | 0.92 | 0.42 |
| Hex | CC | 8F | 9 | 0 | 1E | 60 | 14 | 29 | 5C | 2A |
| Octal | 314 | 217 | 11 | 0 | 36 | 140 | 24 | 51 | 134 | 52 |
| Binary | 11001100 | 10001111 | 1001 | 0 | 11110 | 1100000 | 10100 | 101001 | 1011100 | 101010 |
Color Harmonies of #CC8F09
Complementary color
Monochromatic Colors of #CC8F09
Black with #CC8F09
Text Example
Text Example
White with #CC8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F09; }
p { color: rgb(204,143,9); }
H1.HeaderClassName
{
color: #CC8F09;
}
.AnyTagClassName
{
color: #CC8F09;
}
</style>
background-color css
<style>
a { background-color: #CC8F09; }
a { background-color: rgb(204,143,9); }
div.DivClassName
{
background-color: #CC8F09;
}
.BgClassName
{
background-color: #CC8F09;
}
</style>
border-color css
<style>
span { border-color: #CC8F09; }
span { border-color: rgb(204,143,9); }
td.TdClassName
{
border-color: #CC8F09;
}
.TagClassName
{
border-color: #CC8F09;
}
</style>