#C97602

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

Shades of Dark Goldenrod #C97602

Tints of Dark Goldenrod #C97602

Color information

#C97602 (or 0xC97602) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 76 and 02. RGB value is (201,118,2). Sum of RGB (Red+Green+Blue) = 201+118+2=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C97602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97602 is #3689FD. Grayscale: #828282. Windows color (decimal): -3574270 or 161481. OLE color: 161481.

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

Color convert

RGB2011182-
CMYK00.410.990.21
HSL34.97º98.03%39.8%-
HSV(B)34.97º99%78.82%-
XYZ30.5825.383.34-
YUV129.5956178.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.62%
GREEN value IS 118 (46.48% from 255) = 36.76%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=62.62%
G=36.76%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201118200.410.990.2134.9798.0339.8
HexC97620296315236228
Octal3111662051143254314250
Binary1100100111101101001010011100011101011000111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97602; }

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

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

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

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

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

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

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

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