#C79102

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

Shades of Dark Goldenrod #C79102

Tints of Dark Goldenrod #C79102

Color information

#C79102 (or 0xC79102) is unknown color: approx Dark Goldenrod. HEX triplet: C7, 91 and 02. RGB value is (199,145,2). Sum of RGB (Red+Green+Blue) = 199+145+2=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C79102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C79102 is #386EFD. Grayscale: #919191. Windows color (decimal): -3698430 or 168391. OLE color: 168391.

HSL color Cylindrical-coordinate representation of color #C79102: hue angle of 43.55º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C79102 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1991452-
CMYK00.270.990.22
HSL43.55º98.01%39.41%-
HSV(B)43.55º98.99%78.04%-
XYZ33.6932.44.54-
YUV144.8447.39166.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.51%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=57.51%
G=41.91%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199145200.270.990.2243.5598.0139.41
HexC791201B63162c6227
Octal3072212033143265414247
Binary1100011110010001100110111100011101101011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79102; }

 p { color: rgb(199,145,2); }

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

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

 a { background-color: rgb(199,145,2); }

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

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

 span { border-color: rgb(199,145,2); }

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