#C8B334

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

Shades of Old Gold #C8B334

Tints of Old Gold #C8B334

Color information

#C8B334 (or 0xC8B334) is unknown color: approx Old Gold. HEX triplet: C8, B3 and 34. RGB value is (200,179,52). Sum of RGB (Red+Green+Blue) = 200+179+52=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B334 is #374CCB. Grayscale: #ABABAB. Windows color (decimal): -3624140 or 3453896. OLE color: 3453896.

HSL color Cylindrical-coordinate representation of color #C8B334: hue angle of 51.49º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8B334 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB20017952-
CMYK00.100.740.22
HSL51.49º58.73%49.41%-
HSV(B)51.49º74%78.43%-
XYZ40.5644.779.75-
YUV170.860.96148.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 179 (70.31% from 255) = 41.53%
BLUE value IS 52 (20.70% from 255) = 12.06%
R=46.40%
G=41.53%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001795200.100.740.2251.4958.7349.41
HexC8B3340A4A16333b31
Octal3102636401211226637361
Binary110010001011001111010001010100101010110110011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B334; }

 p { color: rgb(200,179,52); }

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

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

 a { background-color: rgb(200,179,52); }

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

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

 span { border-color: rgb(200,179,52); }

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