#C3BD38

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

Shades of Old Gold #C3BD38

Tints of Old Gold #C3BD38

Color information

#C3BD38 (or 0xC3BD38) is unknown color: approx Old Gold. HEX triplet: C3, BD and 38. RGB value is (195,189,56). Sum of RGB (Red+Green+Blue) = 195+189+56=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD38 is #3C42C7. Grayscale: #B0B0B0. Windows color (decimal): -3949256 or 3718595. OLE color: 3718595.

HSL color Cylindrical-coordinate representation of color #C3BD38: hue angle of 57.41º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3BD38 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19518956-
CMYK00.030.710.24
HSL57.41º55.38%49.22%-
HSV(B)57.41º71.28%76.47%-
XYZ41.4248.2810.88-
YUV175.6360.49141.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.32%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 56 (22.27% from 255) = 12.73%
R=44.32%
G=42.95%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951895600.030.710.2457.4155.3849.22
HexC3BD38034718393731
Octal303275700310730716761
Binary1100001110111101111000011100011111000111001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BD38; }

 p { color: rgb(195,189,56); }

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

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

 a { background-color: rgb(195,189,56); }

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

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

 span { border-color: rgb(195,189,56); }

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