#C88616

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

Shades of Dark Goldenrod #C88616

Tints of Dark Goldenrod #C88616

Color information

#C88616 (or 0xC88616) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 86 and 16. RGB value is (200,134,22). Sum of RGB (Red+Green+Blue) = 200+134+22=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C88616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88616 is #3779E9. Grayscale: #8D8D8D. Windows color (decimal): -3635690 or 1476296. OLE color: 1476296.

HSL color Cylindrical-coordinate representation of color #C88616: hue angle of 37.75º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C88616 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB20013422-
CMYK00.330.890.22
HSL37.75º80.18%43.53%-
HSV(B)37.75º89%78.43%-
XYZ32.4929.394.72-
YUV140.9760.87170.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.18%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 22 (8.98% from 255) = 6.18%
R=56.18%
G=37.64%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001342200.330.890.2237.7580.1843.53
HexC88616021591626502c
Octal31020626041131264612054
Binary11001000100001101011001000011011001101101001101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88616; }

 p { color: rgb(200,134,22); }

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

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

 a { background-color: rgb(200,134,22); }

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

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

 span { border-color: rgb(200,134,22); }

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