Shades of Dark Goldenrod #CC8713
Tints of Dark Goldenrod #CC8713
RGB
CMYK
RGB Variations
Color information
#CC8713 (or 0xCC8713) is known color: Dark Goldenrod. HEX triplet: CC, 87 and 13. RGB value is (204,135,19). Sum of RGB (Red+Green+Blue) = 204+135+19=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8713 is #3378EC. Grayscale: #8E8E8E. Windows color (decimal): -3373293 or 1279948. OLE color: 1279948.
HSL color Cylindrical-coordinate representation of color #CC8713: hue angle of 37.62º 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 #CC8713 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 19 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.2 |
| HSL | 37.62º | 0.83% | 0.44% | - |
| HSV(B) | 37.62º | 0.91% | 0.8% | - |
| XYZ | 33.68 | 30.21 | 4.67 | - |
| YUV | 142.41 | 58.36 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 19 | 0 | 0.34 | 0.91 | 0.2 | 37.62 | 0.83 | 0.44 |
| Hex | CC | 87 | 13 | 0 | 22 | 5B | 14 | 26 | 53 | 2C |
| Octal | 314 | 207 | 23 | 0 | 42 | 133 | 24 | 46 | 123 | 54 |
| Binary | 11001100 | 10000111 | 10011 | 0 | 100010 | 1011011 | 10100 | 100110 | 1010011 | 101100 |
Color Harmonies of #CC8713
Complementary color
Monochromatic Colors of #CC8713
Black with #CC8713
Text Example
Text Example
White with #CC8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8713; }
p { color: rgb(204,135,19); }
H1.HeaderClassName
{
color: #CC8713;
}
.AnyTagClassName
{
color: #CC8713;
}
</style>
background-color css
<style>
a { background-color: #CC8713; }
a { background-color: rgb(204,135,19); }
div.DivClassName
{
background-color: #CC8713;
}
.BgClassName
{
background-color: #CC8713;
}
</style>
border-color css
<style>
span { border-color: #CC8713; }
span { border-color: rgb(204,135,19); }
td.TdClassName
{
border-color: #CC8713;
}
.TagClassName
{
border-color: #CC8713;
}
</style>