#C4B83B

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

Shades of Old Gold #C4B83B

Tints of Old Gold #C4B83B

Color information

#C4B83B (or 0xC4B83B) is unknown color: approx Old Gold. HEX triplet: C4, B8 and 3B. RGB value is (196,184,59). Sum of RGB (Red+Green+Blue) = 196+184+59=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B83B is #3B47C4. Grayscale: #ADADAD. Windows color (decimal): -3884997 or 3913924. OLE color: 3913924.

HSL color Cylindrical-coordinate representation of color #C4B83B: hue angle of 54.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4B83B is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB19618459-
CMYK00.060.700.23
HSL54.74º53.73%50%-
HSV(B)54.74º69.9%76.86%-
XYZ40.6946.3310.94-
YUV173.3463.48144.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 59 (23.44% from 255) = 13.44%
R=44.65%
G=41.91%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961845900.060.700.2354.7453.7350
HexC4B83B064617373632
Octal304270730610627676662
Binary11000100101110001110110110100011010111110111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B83B; }

 p { color: rgb(196,184,59); }

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

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

 a { background-color: rgb(196,184,59); }

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

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

 span { border-color: rgb(196,184,59); }

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