Shades of Dark Goldenrod #CC8B15
Tints of Dark Goldenrod #CC8B15
RGB
CMYK
RGB Variations
Color information
#CC8B15 (or 0xCC8B15) is known color: Dark Goldenrod. HEX triplet: CC, 8B and 15. RGB value is (204,139,21). Sum of RGB (Red+Green+Blue) = 204+139+21=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8B15 is #3374EA. Grayscale: #919191. Windows color (decimal): -3372267 or 1412044. OLE color: 1412044.
HSL color Cylindrical-coordinate representation of color #CC8B15: hue angle of 38.69º degrees, saturation: 0.81, 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 #CC8B15 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 21 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.2 |
| HSL | 38.69º | 0.81% | 0.44% | - |
| HSV(B) | 38.69º | 0.9% | 0.8% | - |
| XYZ | 34.27 | 31.36 | 4.96 | - |
| YUV | 144.98 | 58.03 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 21 | 0 | 0.32 | 0.90 | 0.2 | 38.69 | 0.81 | 0.44 |
| Hex | CC | 8B | 15 | 0 | 20 | 5A | 14 | 27 | 51 | 2C |
| Octal | 314 | 213 | 25 | 0 | 40 | 132 | 24 | 47 | 121 | 54 |
| Binary | 11001100 | 10001011 | 10101 | 0 | 100000 | 1011010 | 10100 | 100111 | 1010001 | 101100 |
Color Harmonies of #CC8B15
Complementary color
Monochromatic Colors of #CC8B15
Black with #CC8B15
Text Example
Text Example
White with #CC8B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B15; }
p { color: rgb(204,139,21); }
H1.HeaderClassName
{
color: #CC8B15;
}
.AnyTagClassName
{
color: #CC8B15;
}
</style>
background-color css
<style>
a { background-color: #CC8B15; }
a { background-color: rgb(204,139,21); }
div.DivClassName
{
background-color: #CC8B15;
}
.BgClassName
{
background-color: #CC8B15;
}
</style>
border-color css
<style>
span { border-color: #CC8B15; }
span { border-color: rgb(204,139,21); }
td.TdClassName
{
border-color: #CC8B15;
}
.TagClassName
{
border-color: #CC8B15;
}
</style>