Shades of Dark Goldenrod #CC8B14
Tints of Dark Goldenrod #CC8B14
RGB
CMYK
RGB Variations
Color information
#CC8B14 (or 0xCC8B14) is known color: Dark Goldenrod. HEX triplet: CC, 8B and 14. RGB value is (204,139,20). Sum of RGB (Red+Green+Blue) = 204+139+20=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8B14 is #3374EB. Grayscale: #919191. Windows color (decimal): -3372268 or 1346508. OLE color: 1346508.
HSL color Cylindrical-coordinate representation of color #CC8B14: hue angle of 38.8º 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 #CC8B14 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 139 | 20 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.2 |
| HSL | 38.8º | 0.82% | 0.44% | - |
| HSV(B) | 38.8º | 0.9% | 0.8% | - |
| XYZ | 34.26 | 31.35 | 4.91 | - |
| YUV | 144.87 | 57.53 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 20 | 0 | 0.32 | 0.90 | 0.2 | 38.8 | 0.82 | 0.44 |
| Hex | CC | 8B | 14 | 0 | 20 | 5A | 14 | 27 | 52 | 2C |
| Octal | 314 | 213 | 24 | 0 | 40 | 132 | 24 | 47 | 122 | 54 |
| Binary | 11001100 | 10001011 | 10100 | 0 | 100000 | 1011010 | 10100 | 100111 | 1010010 | 101100 |
Color Harmonies of #CC8B14
Complementary color
Monochromatic Colors of #CC8B14
Black with #CC8B14
Text Example
Text Example
White with #CC8B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8B14; }
p { color: rgb(204,139,20); }
H1.HeaderClassName
{
color: #CC8B14;
}
.AnyTagClassName
{
color: #CC8B14;
}
</style>
background-color css
<style>
a { background-color: #CC8B14; }
a { background-color: rgb(204,139,20); }
div.DivClassName
{
background-color: #CC8B14;
}
.BgClassName
{
background-color: #CC8B14;
}
</style>
border-color css
<style>
span { border-color: #CC8B14; }
span { border-color: rgb(204,139,20); }
td.TdClassName
{
border-color: #CC8B14;
}
.TagClassName
{
border-color: #CC8B14;
}
</style>