Shades of Dark Goldenrod #CC8F13
Tints of Dark Goldenrod #CC8F13
RGB
CMYK
RGB Variations
Color information
#CC8F13 (or 0xCC8F13) is known color: Dark Goldenrod. HEX triplet: CC, 8F and 13. RGB value is (204,143,19). Sum of RGB (Red+Green+Blue) = 204+143+19=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8F13 is #3370EC. Grayscale: #939393. Windows color (decimal): -3371245 or 1281996. OLE color: 1281996.
HSL color Cylindrical-coordinate representation of color #CC8F13: hue angle of 40.22º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC8F13 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 19 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.2 |
| HSL | 40.22º | 0.83% | 0.44% | - |
| HSV(B) | 40.22º | 0.91% | 0.8% | - |
| XYZ | 34.84 | 32.53 | 5.06 | - |
| YUV | 147.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 19 | 0 | 0.30 | 0.91 | 0.2 | 40.22 | 0.83 | 0.44 |
| Hex | CC | 8F | 13 | 0 | 1E | 5B | 14 | 28 | 53 | 2C |
| Octal | 314 | 217 | 23 | 0 | 36 | 133 | 24 | 50 | 123 | 54 |
| Binary | 11001100 | 10001111 | 10011 | 0 | 11110 | 1011011 | 10100 | 101000 | 1010011 | 101100 |
Color Harmonies of #CC8F13
Complementary color
Monochromatic Colors of #CC8F13
Black with #CC8F13
Text Example
Text Example
White with #CC8F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F13; }
p { color: rgb(204,143,19); }
H1.HeaderClassName
{
color: #CC8F13;
}
.AnyTagClassName
{
color: #CC8F13;
}
</style>
background-color css
<style>
a { background-color: #CC8F13; }
a { background-color: rgb(204,143,19); }
div.DivClassName
{
background-color: #CC8F13;
}
.BgClassName
{
background-color: #CC8F13;
}
</style>
border-color css
<style>
span { border-color: #CC8F13; }
span { border-color: rgb(204,143,19); }
td.TdClassName
{
border-color: #CC8F13;
}
.TagClassName
{
border-color: #CC8F13;
}
</style>