#C8B932

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

Shades of Old Gold #C8B932

Tints of Old Gold #C8B932

Color information

#C8B932 (or 0xC8B932) is unknown color: approx Old Gold. HEX triplet: C8, B9 and 32. RGB value is (200,185,50). Sum of RGB (Red+Green+Blue) = 200+185+50=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B932 is #3746CD. Grayscale: #AEAEAE. Windows color (decimal): -3622606 or 3324360. OLE color: 3324360.

HSL color Cylindrical-coordinate representation of color #C8B932: hue angle of 54º degrees, saturation: 0.6, 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 #C8B932 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB20018550-
CMYK00.080.750.22
HSL54º60%49.02%-
HSV(B)54º75%78.43%-
XYZ41.7447.219.93-
YUV174.0957.97146.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.98%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 50 (19.92% from 255) = 11.49%
R=45.98%
G=42.53%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001855000.080.750.22546049.02
HexC8B932084B16363c31
Octal3102716201011326667461
Binary110010001011100111001001000100101110110110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B932; }

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

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

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

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

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

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

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

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