#C87405

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

Shades of Dark Goldenrod #C87405

Tints of Dark Goldenrod #C87405

Color information

#C87405 (or 0xC87405) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 74 and 05. RGB value is (200,116,5). Sum of RGB (Red+Green+Blue) = 200+116+5=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C87405 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87405 is #378BFA. Grayscale: #808080. Windows color (decimal): -3640315 or 357576. OLE color: 357576.

HSL color Cylindrical-coordinate representation of color #C87405: hue angle of 34.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C87405 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB2001165-
CMYK00.420.980.22
HSL34.15º95.12%40.2%-
HSV(B)34.15º97.5%78.43%-
XYZ30.0924.783.34-
YUV128.4658.33179.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.31%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 5 (2.34% from 255) = 1.56%
R=62.31%
G=36.14%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200116500.420.980.2234.1595.1240.2
HexC874502A6216225f28
Octal3101645052142264213750
Binary11001000111010010101010101100010101101000101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87405; }

 p { color: rgb(200,116,5); }

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

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

 a { background-color: rgb(200,116,5); }

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

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

 span { border-color: rgb(200,116,5); }

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