#C4B133

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

Shades of Old Gold #C4B133

Tints of Old Gold #C4B133

Color information

#C4B133 (or 0xC4B133) is unknown color: approx Old Gold. HEX triplet: C4, B1 and 33. RGB value is (196,177,51). Sum of RGB (Red+Green+Blue) = 196+177+51=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B133 is #3B4ECC. Grayscale: #A8A8A8. Windows color (decimal): -3886797 or 3387844. OLE color: 3387844.

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

Color convert

RGB19617751-
CMYK00.100.740.23
HSL52.14º58.7%48.43%-
HSV(B)52.14º73.98%76.86%-
XYZ39.0843.429.45-
YUV168.3261.79147.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.23%
GREEN value IS 177 (69.53% from 255) = 41.75%
BLUE value IS 51 (20.31% from 255) = 12.03%
R=46.23%
G=41.75%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961775100.100.740.2352.1458.748.43
HexC4B1330A4A17343b30
Octal3042616301211227647360
Binary110001001011000111001101010100101010111110100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B133; }

 p { color: rgb(196,177,51); }

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

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

 a { background-color: rgb(196,177,51); }

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

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

 span { border-color: rgb(196,177,51); }

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