#CC860E

Color #CC860E Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CC860E

Tints of Dark Goldenrod #CC860E

Color information

#CC860E (or 0xCC860E) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 86 and 0E. RGB value is (204,134,14). Sum of RGB (Red+Green+Blue) = 204+134+14=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC860E is #3379F1. Grayscale: #8D8D8D. Windows color (decimal): -3373554 or 952012. OLE color: 952012.

HSL color Cylindrical-coordinate representation of color #CC860E: hue angle of 37.89º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC860E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB20413414-
CMYK00.340.930.2
HSL37.89º87.16%42.75%-
HSV(B)37.89º93.14%80%-
XYZ33.5129.924.42-
YUV141.2556.19172.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 57.95%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 14 (5.86% from 255) = 3.98%
R=57.95%
G=38.07%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041341400.340.930.237.8987.1642.75
HexCC86E0225D1426572b
Octal31420616042135244612753
Binary1100110010000110111001000101011101101001001101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC860E; }

 p { color: rgb(204,134,14); }

 H1.HeaderClassName
 {
   color: #CC860E;
 }
 .AnyTagClassName
 {
   color: #CC860E;
 }
</style>
background-color css

<style>
 a { background-color: #CC860E; }

 a { background-color: rgb(204,134,14); }

 div.DivClassName
 {
   background-color: #CC860E;
 }
 .BgClassName
 {
   background-color: #CC860E;
 }
</style>
border-color css

<style>
 span { border-color: #CC860E; }

 span { border-color: rgb(204,134,14); }

 td.TdClassName
 {
   border-color: #CC860E;
 }
 .TagClassName
 {
   border-color: #CC860E;
 }
</style>