#C6B433

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

Shades of Old Gold #C6B433

Tints of Old Gold #C6B433

Color information

#C6B433 (or 0xC6B433) is unknown color: approx Old Gold. HEX triplet: C6, B4 and 33. RGB value is (198,180,51). Sum of RGB (Red+Green+Blue) = 198+180+51=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B433 is #394BCC. Grayscale: #ABABAB. Windows color (decimal): -3754957 or 3388614. OLE color: 3388614.

HSL color Cylindrical-coordinate representation of color #C6B433: hue angle of 52.65º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6B433 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB19818051-
CMYK00.090.740.22
HSL52.65º59.04%48.82%-
HSV(B)52.65º74.24%77.65%-
XYZ40.2144.899.68-
YUV170.6860.46147.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 51 (20.31% from 255) = 11.89%
R=46.15%
G=41.96%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981805100.090.740.2252.6559.0448.82
HexC6B433094A16353b31
Octal3062646301111226657361
Binary110001101011010011001101001100101010110110101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B433; }

 p { color: rgb(198,180,51); }

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

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

 a { background-color: rgb(198,180,51); }

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

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

 span { border-color: rgb(198,180,51); }

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