#C89405

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

Shades of Dark Goldenrod #C89405

Tints of Dark Goldenrod #C89405

Color information

#C89405 (or 0xC89405) is unknown color: approx Dark Goldenrod. HEX triplet: C8, 94 and 05. RGB value is (200,148,5). Sum of RGB (Red+Green+Blue) = 200+148+5=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C89405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89405 is #376BFA. Grayscale: #939393. Windows color (decimal): -3632123 or 365768. OLE color: 365768.

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

Color convert

RGB2001485-
CMYK00.260.980.22
HSL44º95.12%40.2%-
HSV(B)44º97.5%78.43%-
XYZ34.4433.474.79-
YUV147.2547.73165.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 56.66%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 5 (2.34% from 255) = 1.42%
R=56.66%
G=41.93%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200148500.260.980.224495.1240.2
HexC894501A62162c5f28
Octal3102245032142265413750
Binary11001000100101001010110101100010101101011001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89405; }

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

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

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

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

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

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

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

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