#C99602

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

Shades of Dark Goldenrod #C99602

Tints of Dark Goldenrod #C99602

Color information

#C99602 (or 0xC99602) is unknown color: approx Dark Goldenrod. HEX triplet: C9, 96 and 02. RGB value is (201,150,2). Sum of RGB (Red+Green+Blue) = 201+150+2=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C99602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C99602 is #3669FD. Grayscale: #959595. Windows color (decimal): -3566078 or 169673. OLE color: 169673.

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

Color convert

RGB2011502-
CMYK00.250.990.21
HSL44.62º98.03%39.8%-
HSV(B)44.62º99%78.82%-
XYZ3534.234.82-
YUV148.3845.4165.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=56.94%
G=42.49%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201150200.250.990.2144.6298.0339.8
HexC996201963152d6228
Octal3112262031143255514250
Binary1100100110010110100110011100011101011011011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99602; }

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

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

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

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

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

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

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

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