#C7B92D

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

Shades of Old Gold #C7B92D

Tints of Old Gold #C7B92D

Color information

#C7B92D (or 0xC7B92D) is unknown color: approx Old Gold. HEX triplet: C7, B9 and 2D. RGB value is (199,185,45). Sum of RGB (Red+Green+Blue) = 199+185+45=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B92D is #3846D2. Grayscale: #ADADAD. Windows color (decimal): -3688147 or 2996679. OLE color: 2996679.

HSL color Cylindrical-coordinate representation of color #C7B92D: hue angle of 54.55º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7B92D is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19918545-
CMYK00.070.770.22
HSL54.55º63.11%47.84%-
HSV(B)54.55º77.39%78.04%-
XYZ41.3847.039.38-
YUV173.2355.64146.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.39%
GREEN value IS 185 (72.66% from 255) = 43.12%
BLUE value IS 45 (17.97% from 255) = 10.49%
R=46.39%
G=43.12%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991854500.070.770.2254.5563.1147.84
HexC7B92D074D16373f30
Octal307271550711526677760
Binary11000111101110011011010111100110110110110111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B92D; }

 p { color: rgb(199,185,45); }

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

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

 a { background-color: rgb(199,185,45); }

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

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

 span { border-color: rgb(199,185,45); }

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