#C7BB38

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

Shades of Old Gold #C7BB38

Tints of Old Gold #C7BB38

Color information

#C7BB38 (or 0xC7BB38) is unknown color: approx Old Gold. HEX triplet: C7, BB and 38. RGB value is (199,187,56). Sum of RGB (Red+Green+Blue) = 199+187+56=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 56 (22.27% from 255 or 12.67% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB38 is #3844C7. Grayscale: #B0B0B0. Windows color (decimal): -3687624 or 3718087. OLE color: 3718087.

HSL color Cylindrical-coordinate representation of color #C7BB38: hue angle of 54.97º degrees, saturation: 0.56, 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 #C7BB38 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB19918756-
CMYK00.060.720.22
HSL54.97º56.08%50%-
HSV(B)54.97º71.86%78.04%-
XYZ42.0447.9710.78-
YUV175.6560.48144.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 56 (22.27% from 255) = 12.67%
R=45.02%
G=42.31%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991875600.060.720.2254.9756.0850
HexC7BB38064816373832
Octal307273700611026677062
Binary11000111101110111110000110100100010110110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BB38; }

 p { color: rgb(199,187,56); }

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

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

 a { background-color: rgb(199,187,56); }

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

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

 span { border-color: rgb(199,187,56); }

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