#CFB346

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

Shades of Old Gold #CFB346

Tints of Old Gold #CFB346

Color information

#CFB346 (or 0xCFB346) is unknown color: approx Old Gold. HEX triplet: CF, B3 and 46. RGB value is (207,179,70). Sum of RGB (Red+Green+Blue) = 207+179+70=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB346 is #304CB9. Grayscale: #AFAFAF. Windows color (decimal): -3165370 or 4633551. OLE color: 4633551.

HSL color Cylindrical-coordinate representation of color #CFB346: hue angle of 47.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFB346 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20717970-
CMYK00.140.660.19
HSL47.74º58.8%54.31%-
HSV(B)47.74º66.18%81.18%-
XYZ42.9645.9512.4-
YUV174.9568.78150.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 70 (27.73% from 255) = 15.35%
R=45.39%
G=39.25%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071797000.140.660.1947.7458.854.31
HexCFB3460E4213303b36
Octal31726310601610223607366
Binary1100111110110011100011001110100001010011110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB346; }

 p { color: rgb(207,179,70); }

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

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

 a { background-color: rgb(207,179,70); }

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

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

 span { border-color: rgb(207,179,70); }

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