#C97902

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

Shades of Dark Goldenrod #C97902

Tints of Dark Goldenrod #C97902

Color information

#C97902 (or 0xC97902) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 79 and 02. RGB value is (201,121,2). Sum of RGB (Red+Green+Blue) = 201+121+2=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C97902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C97902 is #3686FD. Grayscale: #838383. Windows color (decimal): -3573502 or 162249. OLE color: 162249.

HSL color Cylindrical-coordinate representation of color #C97902: hue angle of 35.88º 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 #C97902 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB2011212-
CMYK00.400.990.21
HSL35.88º98.03%39.8%-
HSV(B)35.88º99%78.82%-
XYZ30.9426.13.46-
YUV131.3555177.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.04%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=62.04%
G=37.35%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201121200.400.990.2135.8898.0339.8
HexC97920286315246228
Octal3111712050143254414250
Binary1100100111110011001010001100011101011001001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97902; }

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

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

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

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

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

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

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

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