#c4b738

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

Shades of Old Gold #C4B738

Tints of Old Gold #C4B738

Color information

#C4B738 (or 0xC4B738) is unknown color: approx Old Gold. HEX triplet: C4, B7 and 38. RGB value is (196,183,56). Sum of RGB (Red+Green+Blue) = 196+183+56=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B738 is #3B48C7. Grayscale: #ACACAC. Windows color (decimal): -3885256 or 3717060. OLE color: 3717060.

HSL color Cylindrical-coordinate representation of color #C4B738: hue angle of 54.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4B738 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB19618356-
CMYK00.070.710.23
HSL54.43º55.56%49.41%-
HSV(B)54.43º71.43%76.86%-
XYZ40.4145.8910.47-
YUV172.4162.31144.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 183 (71.88% from 255) = 42.07%
BLUE value IS 56 (22.27% from 255) = 12.87%
R=45.06%
G=42.07%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961835600.070.710.2354.4355.5649.41
HexC4B738074717363831
Octal304267700710727667061
Binary11000100101101111110000111100011110111110110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4b738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4b738; }

 p { color: rgb(196,183,56); }

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

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

 a { background-color: rgb(196,183,56); }

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

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

 span { border-color: rgb(196,183,56); }

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