Shades of Dark Goldenrod #CC8914
Tints of Dark Goldenrod #CC8914
RGB
CMYK
RGB Variations
Color information
#CC8914 (or 0xCC8914) is known color: Dark Goldenrod. HEX triplet: CC, 89 and 14. RGB value is (204,137,20). Sum of RGB (Red+Green+Blue) = 204+137+20=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8914 is #3376EB. Grayscale: #909090. Windows color (decimal): -3372780 or 1345996. OLE color: 1345996.
HSL color Cylindrical-coordinate representation of color #CC8914: hue angle of 38.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC8914 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 20 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.2 |
| HSL | 38.15º | 0.82% | 0.44% | - |
| HSV(B) | 38.15º | 0.9% | 0.8% | - |
| XYZ | 33.97 | 30.78 | 4.81 | - |
| YUV | 143.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 20 | 0 | 0.33 | 0.90 | 0.2 | 38.15 | 0.82 | 0.44 |
| Hex | CC | 89 | 14 | 0 | 21 | 5A | 14 | 26 | 52 | 2C |
| Octal | 314 | 211 | 24 | 0 | 41 | 132 | 24 | 46 | 122 | 54 |
| Binary | 11001100 | 10001001 | 10100 | 0 | 100001 | 1011010 | 10100 | 100110 | 1010010 | 101100 |
Color Harmonies of #CC8914
Complementary color
Monochromatic Colors of #CC8914
Black with #CC8914
Text Example
Text Example
White with #CC8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8914; }
p { color: rgb(204,137,20); }
H1.HeaderClassName
{
color: #CC8914;
}
.AnyTagClassName
{
color: #CC8914;
}
</style>
background-color css
<style>
a { background-color: #CC8914; }
a { background-color: rgb(204,137,20); }
div.DivClassName
{
background-color: #CC8914;
}
.BgClassName
{
background-color: #CC8914;
}
</style>
border-color css
<style>
span { border-color: #CC8914; }
span { border-color: rgb(204,137,20); }
td.TdClassName
{
border-color: #CC8914;
}
.TagClassName
{
border-color: #CC8914;
}
</style>