#C8B333

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

Shades of Old Gold #C8B333

Tints of Old Gold #C8B333

Color information

#C8B333 (or 0xC8B333) is unknown color: approx Old Gold. HEX triplet: C8, B3 and 33. RGB value is (200,179,51). Sum of RGB (Red+Green+Blue) = 200+179+51=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B333 is #374CCC. Grayscale: #ABABAB. Windows color (decimal): -3624141 or 3388360. OLE color: 3388360.

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

Color convert

RGB20017951-
CMYK00.100.740.22
HSL51.54º59.36%49.22%-
HSV(B)51.54º74.5%78.43%-
XYZ40.5444.769.63-
YUV170.6960.46148.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 51 (20.31% from 255) = 11.86%
R=46.51%
G=41.63%
B=11.86%

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
Decimal2001795100.100.740.2251.5459.3649.22
HexC8B3330A4A16343b31
Octal3102636301211226647361
Binary110010001011001111001101010100101010110110100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B333; }

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

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

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

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

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

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

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

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