#C97604

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

Shades of Dark Goldenrod #C97604

Tints of Dark Goldenrod #C97604

Color information

#C97604 (or 0xC97604) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 76 and 04. RGB value is (201,118,4). Sum of RGB (Red+Green+Blue) = 201+118+4=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C97604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97604 is #3689FB. Grayscale: #828282. Windows color (decimal): -3574268 or 292553. OLE color: 292553.

HSL color Cylindrical-coordinate representation of color #C97604: hue angle of 34.72º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C97604 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB2011184-
CMYK00.410.980.21
HSL34.72º96.1%40.2%-
HSV(B)34.72º98.01%78.82%-
XYZ30.5925.383.4-
YUV129.8257178.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.23%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 4 (1.95% from 255) = 1.24%
R=62.23%
G=36.53%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201118400.410.980.2134.7296.140.2
HexC97640296215236028
Octal3111664051142254314050
Binary11001001111011010001010011100010101011000111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97604; }

 p { color: rgb(201,118,4); }

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

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

 a { background-color: rgb(201,118,4); }

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

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

 span { border-color: rgb(201,118,4); }

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