#C88716

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

Shades of Dark Goldenrod #C88716

Tints of Dark Goldenrod #C88716

Color information

#C88716 (or 0xC88716) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 87 and 16. RGB value is (200,135,22). Sum of RGB (Red+Green+Blue) = 200+135+22=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C88716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88716 is #3778E9. Grayscale: #8E8E8E. Windows color (decimal): -3635434 or 1476552. OLE color: 1476552.

HSL color Cylindrical-coordinate representation of color #C88716: hue angle of 38.09º 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 #C88716 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB20013522-
CMYK00.320.890.22
HSL38.09º80.18%43.53%-
HSV(B)38.09º89%78.43%-
XYZ32.6329.674.77-
YUV141.5560.53169.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.02%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=56.02%
G=37.82%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001352200.320.890.2238.0980.1843.53
HexC88716020591626502c
Octal31020726040131264612054
Binary11001000100001111011001000001011001101101001101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88716; }

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

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

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

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

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

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

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

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