#C3AF38

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

Shades of Old Gold #C3AF38

Tints of Old Gold #C3AF38

Color information

#C3AF38 (or 0xC3AF38) is unknown color: approx Old Gold. HEX triplet: C3, AF and 38. RGB value is (195,175,56). Sum of RGB (Red+Green+Blue) = 195+175+56=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF38 is #3C50C7. Grayscale: #A7A7A7. Windows color (decimal): -3952840 or 3715011. OLE color: 3715011.

HSL color Cylindrical-coordinate representation of color #C3AF38: hue angle of 51.37º 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 #C3AF38 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19517556-
CMYK00.100.710.24
HSL51.37º55.38%49.22%-
HSV(B)51.37º71.28%76.47%-
XYZ38.5542.559.92-
YUV167.4165.13147.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 56 (22.27% from 255) = 13.15%
R=45.77%
G=41.08%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951755600.100.710.2451.3755.3849.22
HexC3AF380A4718333731
Octal3032577001210730636761
Binary110000111010111111100001010100011111000110011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF38; }

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

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

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

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

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

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

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

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