Shades of Dark Goldenrod #CC8912
Tints of Dark Goldenrod #CC8912
RGB
CMYK
RGB Variations
Color information
#CC8912 (or 0xCC8912) is known color: Dark Goldenrod. HEX triplet: CC, 89 and 12. RGB value is (204,137,18). Sum of RGB (Red+Green+Blue) = 204+137+18=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8912 is #3376ED. Grayscale: #909090. Windows color (decimal): -3372782 or 1214924. OLE color: 1214924.
HSL color Cylindrical-coordinate representation of color #CC8912: hue angle of 38.39º degrees, saturation: 0.84, 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 #CC8912 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 18 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.2 |
| HSL | 38.39º | 0.84% | 0.44% | - |
| HSV(B) | 38.39º | 0.91% | 0.8% | - |
| XYZ | 33.96 | 30.77 | 4.72 | - |
| YUV | 143.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 18 | 0 | 0.33 | 0.91 | 0.2 | 38.39 | 0.84 | 0.44 |
| Hex | CC | 89 | 12 | 0 | 21 | 5B | 14 | 26 | 54 | 2C |
| Octal | 314 | 211 | 22 | 0 | 41 | 133 | 24 | 46 | 124 | 54 |
| Binary | 11001100 | 10001001 | 10010 | 0 | 100001 | 1011011 | 10100 | 100110 | 1010100 | 101100 |
Color Harmonies of #CC8912
Complementary color
Monochromatic Colors of #CC8912
Black with #CC8912
Text Example
Text Example
White with #CC8912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8912; }
p { color: rgb(204,137,18); }
H1.HeaderClassName
{
color: #CC8912;
}
.AnyTagClassName
{
color: #CC8912;
}
</style>
background-color css
<style>
a { background-color: #CC8912; }
a { background-color: rgb(204,137,18); }
div.DivClassName
{
background-color: #CC8912;
}
.BgClassName
{
background-color: #CC8912;
}
</style>
border-color css
<style>
span { border-color: #CC8912; }
span { border-color: rgb(204,137,18); }
td.TdClassName
{
border-color: #CC8912;
}
.TagClassName
{
border-color: #CC8912;
}
</style>