#cfb145

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

Shades of Old Gold #CFB145

Tints of Old Gold #CFB145

Color information

#CFB145 (or 0xCFB145) is unknown color: approx Old Gold. HEX triplet: CF, B1 and 45. RGB value is (207,177,69). Sum of RGB (Red+Green+Blue) = 207+177+69=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB145 is #304EBA. Grayscale: #AEAEAE. Windows color (decimal): -3165883 or 4567503. OLE color: 4567503.

HSL color Cylindrical-coordinate representation of color #CFB145: hue angle of 46.96º 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 #CFB145 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB20717769-
CMYK00.140.670.19
HSL46.96º58.97%54.12%-
HSV(B)46.96º66.67%81.18%-
XYZ42.5345.1412.1-
YUV173.6668.94151.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 69 (27.34% from 255) = 15.23%
R=45.70%
G=39.07%
B=15.23%

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
Decimal2071776900.140.670.1946.9658.9754.12
HexCFB1450E43132f3b36
Octal31726110501610323577366
Binary1100111110110001100010101110100001110011101111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfb145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfb145; }

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

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

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

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

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

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

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

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