#CFB345

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

Shades of Old Gold #CFB345

Tints of Old Gold #CFB345

Color information

#CFB345 (or 0xCFB345) is unknown color: approx Old Gold. HEX triplet: CF, B3 and 45. RGB value is (207,179,69). Sum of RGB (Red+Green+Blue) = 207+179+69=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB345 is #304CBA. Grayscale: #AFAFAF. Windows color (decimal): -3165371 or 4568015. OLE color: 4568015.

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

Color convert

RGB20717969-
CMYK00.140.670.19
HSL47.83º58.97%54.12%-
HSV(B)47.83º66.67%81.18%-
XYZ42.9345.9412.23-
YUV174.8368.28150.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 69 (27.34% from 255) = 15.16%
R=45.49%
G=39.34%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071796900.140.670.1947.8358.9754.12
HexCFB3450E4313303b36
Octal31726310501610323607366
Binary1100111110110011100010101110100001110011110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB345; }

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

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

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

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

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

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

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

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