#C8910F

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

Shades of Dark Goldenrod #C8910F

Tints of Dark Goldenrod #C8910F

Color information

#C8910F (or 0xC8910F) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 91 and 0F. RGB value is (200,145,15). Sum of RGB (Red+Green+Blue) = 200+145+15=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8910F is #376EF0. Grayscale: #939393. Windows color (decimal): -3632881 or 1020360. OLE color: 1020360.

HSL color Cylindrical-coordinate representation of color #C8910F: hue angle of 42.16º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8910F is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB20014515-
CMYK00.280.920.22
HSL42.16º86.05%42.16%-
HSV(B)42.16º92.5%78.43%-
XYZ34.0332.564.94-
YUV146.6253.72166.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 55.56%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 15 (6.25% from 255) = 4.17%
R=55.56%
G=40.28%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001451500.280.920.2242.1686.0542.16
HexC891F01C5C162a562a
Octal31022117034134265212652
Binary110010001001000111110111001011100101101010101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8910F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8910F; }

 p { color: rgb(200,145,15); }

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

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

 a { background-color: rgb(200,145,15); }

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

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

 span { border-color: rgb(200,145,15); }

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