#C4B642

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

Shades of Old Gold #C4B642

Tints of Old Gold #C4B642

Color information

#C4B642 (or 0xC4B642) is unknown color: approx Old Gold. HEX triplet: C4, B6 and 42. RGB value is (196,182,66). Sum of RGB (Red+Green+Blue) = 196+182+66=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B642 is #3B49BD. Grayscale: #ADADAD. Windows color (decimal): -3885502 or 4372164. OLE color: 4372164.

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

Color convert

RGB19618266-
CMYK00.070.660.23
HSL53.54º52.42%51.37%-
HSV(B)53.54º66.33%76.86%-
XYZ40.4845.5911.82-
YUV172.9667.64144.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 66 (26.17% from 255) = 14.86%
R=44.14%
G=40.99%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961826600.070.660.2353.5452.4251.37
HexC4B642074217363433
Octal3042661020710227666463
Binary110001001011011010000100111100001010111110110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B642; }

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

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

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

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

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

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

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

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