#C6BD48

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

Shades of Old Gold #C6BD48

Tints of Old Gold #C6BD48

Color information

#C6BD48 (or 0xC6BD48) is unknown color: approx Old Gold. HEX triplet: C6, BD and 48. RGB value is (198,189,72). Sum of RGB (Red+Green+Blue) = 198+189+72=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD48 is #3942B7. Grayscale: #B2B2B2. Windows color (decimal): -3752632 or 4767174. OLE color: 4767174.

HSL color Cylindrical-coordinate representation of color #C6BD48: hue angle of 55.71º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6BD48 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19818972-
CMYK00.050.640.22
HSL55.71º52.5%52.94%-
HSV(B)55.71º63.64%77.65%-
XYZ42.6648.8713.32-
YUV178.3567.98142.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.14%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 72 (28.52% from 255) = 15.69%
R=43.14%
G=41.18%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981897200.050.640.2255.7152.552.94
HexC6BD48054016383535
Octal3062751100510026706565
Binary110001101011110110010000101100000010110111000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BD48; }

 p { color: rgb(198,189,72); }

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

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

 a { background-color: rgb(198,189,72); }

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

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

 span { border-color: rgb(198,189,72); }

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