#C8B335

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

Shades of Old Gold #C8B335

Tints of Old Gold #C8B335

Color information

#C8B335 (or 0xC8B335) is unknown color: approx Old Gold. HEX triplet: C8, B3 and 35. RGB value is (200,179,53). Sum of RGB (Red+Green+Blue) = 200+179+53=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B335 is #374CCA. Grayscale: #ABABAB. Windows color (decimal): -3624139 or 3519432. OLE color: 3519432.

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

Color convert

RGB20017953-
CMYK00.100.740.22
HSL51.43º58.1%49.61%-
HSV(B)51.43º73.5%78.43%-
XYZ40.5844.789.87-
YUV170.9261.46148.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 53 (21.09% from 255) = 12.27%
R=46.30%
G=41.44%
B=12.27%

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
Decimal2001795300.100.740.2251.4358.149.61
HexC8B3350A4A16333a32
Octal3102636501211226637262
Binary110010001011001111010101010100101010110110011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B335; }

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

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

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

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

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

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

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

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