#C6BD37

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

Shades of Old Gold #C6BD37

Tints of Old Gold #C6BD37

Color information

#C6BD37 (or 0xC6BD37) is unknown color: approx Old Gold. HEX triplet: C6, BD and 37. RGB value is (198,189,55). Sum of RGB (Red+Green+Blue) = 198+189+55=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD37 is #3942C8. Grayscale: #B0B0B0. Windows color (decimal): -3752649 or 3653062. OLE color: 3653062.

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

Color convert

RGB19818955-
CMYK00.050.720.22
HSL56.22º56.52%49.61%-
HSV(B)56.22º72.22%77.65%-
XYZ42.1848.6810.79-
YUV176.4259.48143.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.80%
GREEN value IS 189 (74.22% from 255) = 42.76%
BLUE value IS 55 (21.88% from 255) = 12.44%
R=44.80%
G=42.76%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981895500.050.720.2256.2256.5249.61
HexC6BD37054816383932
Octal306275670511026707162
Binary11000110101111011101110101100100010110111000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BD37; }

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

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

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

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

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

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

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

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