#CFB445

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

Shades of Old Gold #CFB445

Tints of Old Gold #CFB445

Color information

#CFB445 (or 0xCFB445) is unknown color: approx Old Gold. HEX triplet: CF, B4 and 45. RGB value is (207,180,69). Sum of RGB (Red+Green+Blue) = 207+180+69=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB445 is #304BBA. Grayscale: #AFAFAF. Windows color (decimal): -3165115 or 4568271. OLE color: 4568271.

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

Color convert

RGB20718069-
CMYK00.130.670.19
HSL48.26º58.97%54.12%-
HSV(B)48.26º66.67%81.18%-
XYZ43.1346.3412.3-
YUV175.4267.95150.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 69 (27.34% from 255) = 15.13%
R=45.39%
G=39.47%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071806900.130.670.1948.2658.9754.12
HexCFB4450D4313303b36
Octal31726410501510323607366
Binary1100111110110100100010101101100001110011110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB445; }

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

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

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

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

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

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

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

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