#C8B942

Color #C8B942 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C8B942

Tints of Old Gold #C8B942

Color information

#C8B942 (or 0xC8B942) is unknown color: approx Old Gold. HEX triplet: C8, B9 and 42. RGB value is (200,185,66). Sum of RGB (Red+Green+Blue) = 200+185+66=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B942 is #3746BD. Grayscale: #B0B0B0. Windows color (decimal): -3622590 or 4372936. OLE color: 4372936.

HSL color Cylindrical-coordinate representation of color #C8B942: hue angle of 53.28º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8B942 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB20018566-
CMYK00.080.670.22
HSL53.28º54.92%52.16%-
HSV(B)53.28º67%78.43%-
XYZ42.1547.3712.08-
YUV175.9265.97145.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 66 (26.17% from 255) = 14.63%
R=44.35%
G=41.02%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001856600.080.670.2253.2854.9252.16
HexC8B942084316353734
Octal31027110201010326656764
Binary1100100010111001100001001000100001110110110101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B942; }

 p { color: rgb(200,185,66); }

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

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

 a { background-color: rgb(200,185,66); }

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

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

 span { border-color: rgb(200,185,66); }

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