#C4B645

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

Shades of Old Gold #C4B645

Tints of Old Gold #C4B645

Color information

#C4B645 (or 0xC4B645) is unknown color: approx Old Gold. HEX triplet: C4, B6 and 45. RGB value is (196,182,69). Sum of RGB (Red+Green+Blue) = 196+182+69=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B645 is #3B49BA. Grayscale: #ADADAD. Windows color (decimal): -3885499 or 4568772. OLE color: 4568772.

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

Color convert

RGB19618269-
CMYK00.070.650.23
HSL53.39º51.84%51.96%-
HSV(B)53.39º64.8%76.86%-
XYZ40.5745.6212.3-
YUV173.369.14144.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 69 (27.34% from 255) = 15.44%
R=43.85%
G=40.72%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961826900.070.650.2353.3951.8451.96
HexC4B645074117353434
Octal3042661050710127656464
Binary110001001011011010001010111100000110111110101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B645; }

 p { color: rgb(196,182,69); }

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

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

 a { background-color: rgb(196,182,69); }

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

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

 span { border-color: rgb(196,182,69); }

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